File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
pest : ['3.7.2']
18
18
dependency-version : [prefer-lowest, prefer-stable]
19
19
20
- name : PHP ${{ matrix.php }} - ${{ matrix.os }} - Pest ${{ matrix.pest }} - ${{ matrix.dependency-version }}
20
+ name : PHP ${{ matrix.php }} - ${{ matrix.os }} - Pest ${{ matrix.pest }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
21
21
22
22
services :
23
23
mysql :
@@ -69,13 +69,13 @@ jobs:
69
69
os : [ubuntu-latest]
70
70
php : ['8.2', '8.3', '8.4']
71
71
laravel : ['11.0', '12.0']
72
- phpunit : ['11.5.3 ', '12.0']
72
+ phpunit : ['11.5.9 ', '12.0']
73
73
dependency-version : [prefer-lowest, prefer-stable]
74
74
exclude :
75
75
- phpunit : ' 12.0'
76
76
php : ' 8.2'
77
77
78
- name : PHP ${{ matrix.php }} - ${{ matrix.os }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.dependency-version }}
78
+ name : PHP ${{ matrix.php }} - ${{ matrix.os }} - PHPUnit ${{ matrix.phpunit }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
79
79
80
80
services :
81
81
mysql :
You can’t perform that action at this time.
0 commit comments