Skip to content

Commit ed9afa1

Browse files
committed
FIX THE DAMN TESTS
1 parent fb1cd5e commit ed9afa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Setup PHP 7.3
8-
uses: shivammathur/setup-php@1.6.2
8+
uses: shivammathur/setup-php@v2
99
with:
1010
php-version: '7.3'
1111
coverage: none
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run tests on PHP 7.3
3131
run: php -f ./bin/ci/run_tests.php
3232
- name: Setup PHP 7.4
33-
uses: shivammathur/setup-php@1.6.2
33+
uses: shivammathur/setup-php@v2
3434
with:
3535
php-version: '7.4'
3636
coverage: none

0 commit comments

Comments
 (0)