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 3f113f1 commit 381d004Copy full SHA for 381d004
.github/workflows/tests.yml
@@ -33,6 +33,11 @@ jobs:
33
with:
34
path: /tmp/composer-cache
35
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
36
+ - uses: php-actions/composer@v6
37
+ with:
38
+ progress: yes
39
+ php_version: 8.0
40
+ version: 2
41
- uses: php-actions/phpunit@v3
42
43
configuration: phpunit.xml.dist
0 commit comments