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 ebb4f26 commit 065eb5eCopy full SHA for 065eb5e
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
# path: /tmp/composer-cache
32
# key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
33
34
- # - uses: php-actions/composer@v5
+ # - uses: php-actions/composer@v6
35
36
# - uses: php-actions/phpunit@v2
37
# env:
@@ -68,7 +68,7 @@ jobs:
68
path: /tmp/composer-cache
69
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
70
71
- - uses: php-actions/composer@v5
+ - uses: php-actions/composer@v6
72
with:
73
php_version: ${{ matrix.php }}
74
0 commit comments