File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- laravel : [10]
11
+ laravel : [10, 11 ]
12
12
php : [8.1, 8.2, 8.3]
13
+ exclude :
14
+ - php : 8.1
15
+ laravel : 11
13
16
14
17
steps :
15
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
16
19
17
20
- name : test against Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
18
21
run : docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " ^8.0" ,
11
- "illuminate/collections" : " ^8.0 || ^9.0 || ^10.0" ,
12
- "illuminate/support" : " ^8.0 || ^9.0 || ^10.0" ,
11
+ "illuminate/collections" : " ^8.0 || ^9.0 || ^10.0 || ^11.0 " ,
12
+ "illuminate/support" : " ^8.0 || ^9.0 || ^10.0 || ^11.0 " ,
13
13
"omniphx/forrest" : " ^2.0"
14
14
},
15
15
"require-dev" : {
16
- "orchestra/testbench" : " ^8.0" ,
16
+ "orchestra/testbench" : " ^8.0 || ^9.0 " ,
17
17
"php-parallel-lint/php-parallel-lint" : " ^1.3" ,
18
18
"phpstan/phpstan" : " ^1" ,
19
19
"phpunit/phpunit" : " ^10.0" ,
You can’t perform that action at this time.
0 commit comments