Skip to content

Commit f6f7218

Browse files
committed
ci: determine PHPUnit version based on Laravel version
1 parent 146aeb1 commit f6f7218

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/tests.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ jobs:
3232
- laravel: 11.*
3333
php: 8.1
3434
include:
35-
- php: 7.4
35+
- laravel: 8.*
3636
phpunit: ^9.5
37-
- php: '8.0'
37+
- laravel: 9.*
3838
phpunit: ^9.5
39-
- php: 8.1
40-
phpunit: ^10.5
41-
- php: 8.2
39+
- laravel: 10.*
4240
phpunit: ^10.5
43-
- php: 8.3
41+
- laravel: 11.*
4442
phpunit: ^10.5
4543

4644
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}

0 commit comments

Comments
 (0)