We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1cd5e commit ed9afa1Copy full SHA for ed9afa1
1 file changed
.github/workflows/tests.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Setup PHP 7.3
8
- uses: shivammathur/setup-php@1.6.2
+ uses: shivammathur/setup-php@v2
9
with:
10
php-version: '7.3'
11
coverage: none
@@ -30,7 +30,7 @@ jobs:
30
- name: Run tests on PHP 7.3
31
run: php -f ./bin/ci/run_tests.php
32
- name: Setup PHP 7.4
33
34
35
php-version: '7.4'
36
0 commit comments