File tree 2 files changed +7
-5
lines changed
2 files changed +7
-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]
11
+ laravel : [10, 11, 12 ]
12
12
php : [8.1, 8.2, 8.3, 8.4]
13
13
exclude :
14
14
- php : 8.1
15
15
laravel : 11
16
+ - php : 8.1
17
+ laravel : 12
16
18
17
19
steps :
18
20
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " ^8.0" ,
11
- "illuminate/session" : " ^8.0 || ^9.0 || ^10.0 || ^11.0" ,
12
- "illuminate/support" : " ^8.0 || ^9.0 || ^10.0 || ^11.0"
11
+ "illuminate/session" : " ^8.0| ^9.0| ^10.0| ^11.0|^12 .0" ,
12
+ "illuminate/support" : " ^8.0| ^9.0| ^10.0| ^11.0|^12 .0"
13
13
},
14
14
"require-dev" : {
15
- "orchestra/testbench" : " ^8.0 || ^9 .0" ,
15
+ "orchestra/testbench" : " ^8.0|^9.0|^10 .0" ,
16
16
"php-parallel-lint/php-parallel-lint" : " ^1.3" ,
17
17
"phpstan/phpstan" : " ^2.0" ,
18
- "phpunit/phpunit" : " ^10.0" ,
18
+ "phpunit/phpunit" : " ^10.0|^11.0 " ,
19
19
"squizlabs/php_codesniffer" : " ^3.6"
20
20
},
21
21
"autoload" : {
You can’t perform that action at this time.
0 commit comments