Skip to content

Commit 61d3747

Browse files
committed
Laravel 12 only
1 parent 07935c0 commit 61d3747

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,18 @@ jobs:
2121
pest: '^2.0'
2222
plugin: '^3.0'
2323
phpunit: '^10.5'
24-
- laravel: '12.*'
25-
php: 8.2
26-
testbench: '^10.0'
27-
pest: '^3.0'
28-
plugin: '^3.0'
29-
phpunit: '^11.5.3'
3024
- laravel: '12.*'
3125
php: 8.3
3226
testbench: '^10.0'
33-
pest: '^3.0'
34-
plugin: '^3.0'
35-
phpunit: '^11.5.3'
27+
pest: '^4.0'
28+
plugin: '^4.0'
29+
phpunit: '^12.0'
3630
- laravel: '12.*'
3731
php: 8.4
3832
testbench: '^10.0'
39-
pest: '^3.0'
40-
plugin: '^3.0'
41-
phpunit: '^11.5.3'
33+
pest: '^4.0'
34+
plugin: '^4.0'
35+
phpunit: '^12.0'
4236

4337
name: PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4438

0 commit comments

Comments
 (0)