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 f2d67cb commit 67ac197Copy full SHA for 67ac197
1 file changed
.github/workflows/tests.yml
@@ -23,14 +23,14 @@ jobs:
23
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
24
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
28
- uses: shivammathur/setup-php@v2
29
with:
30
php-version: ${{ matrix.php }}
31
coverage: none
32
33
- - uses: ramsey/composer-install@v3
+ - uses: ramsey/composer-install@v4
34
35
dependency-versions: highest
36
composer-options: --with="illuminate/contracts:${{ matrix.laravel }}" --with="orchestra/testbench:${{ matrix.testbench }}"
0 commit comments