File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ jobs:
15
15
max-parallel : 6 # 12
16
16
fail-fast : false
17
17
matrix :
18
- laravel : [10, 11]
18
+ laravel : [10, 11, 12 ]
19
19
php : ['8.2', '8.3', '8.4']
20
- phpunit : [10]
20
+ phpunit : [10, 11 ]
21
21
exclude :
22
22
- {laravel: 10, php: '8.4'}
23
+ - {laravel: 10, phpunit: 11}
24
+ - {laravel: 12, phpunit: 10}
23
25
steps :
24
26
- name : Checkout repository
25
27
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^8.0" ,
14
14
"rdx/laravelcollective-html" : " ^6" ,
15
- "illuminate/database" : " ^10 || ^11" ,
16
- "illuminate/validation" : " ^10 || ^11"
15
+ "illuminate/database" : " ^10 || ^11 || ^12 " ,
16
+ "illuminate/validation" : " ^10 || ^11 || ^12 "
17
17
},
18
18
"require-dev" : {
19
- "orchestra/testbench" : " ^8 || ^9" ,
20
- "phpunit/phpunit" : " ^10.0"
19
+ "orchestra/testbench" : " ^8 || ^9 || ^10 " ,
20
+ "phpunit/phpunit" : " ^10.0 || ^11.0 "
21
21
},
22
22
"extra" : {
23
23
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments