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 ce5da47 commit d0b573dCopy full SHA for d0b573d
.github/workflows/tests.yaml
@@ -16,7 +16,7 @@ jobs:
16
name: Tests on PHP ${{ matrix.php-versions }}
17
steps:
18
- uses: actions/checkout@master
19
- - uses: shivammathur/setup-php@v1
+ - uses: shivammathur/setup-php@v2
20
with:
21
php-version: ${{ matrix.php-versions }}
22
coverage: none
@@ -39,7 +39,7 @@ jobs:
39
name: Tests with lowest dependencies
40
41
42
43
44
php-version: 7.3
45
0 commit comments