Skip to content

Commit 30b8258

Browse files
committed
.
1 parent ecc1c33 commit 30b8258

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- laravel: '12.*'
2525
php: 8.3
2626
testbench: '^10.0'
27-
pest: '^4.0'
28-
plugin: '^4.0'
29-
phpunit: '^12.0'
27+
pest: '^3.0'
28+
plugin: '^3.0'
29+
phpunit: '^11.5.3'
3030
- laravel: '12.*'
3131
php: 8.4
3232
testbench: '^10.0'
33-
pest: '^4.0'
34-
plugin: '^4.0'
35-
phpunit: '^12.0'
33+
pest: '^3.0'
34+
plugin: '^3.0'
35+
phpunit: '^11.5.3'
3636

3737
name: PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3838

0 commit comments

Comments
 (0)