File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
paths :
7
- - ' **.php'
8
- - ' .github/workflows/tests.yml'
9
- - ' phpunit.xml.dist'
10
- - ' composer.json'
11
- - ' composer.lock'
7
+ - **.php
8
+ - .github/workflows/tests.yml
9
+ - phpunit.xml.dist
10
+ - composer.json
11
+ - composer.lock
12
12
13
13
jobs :
14
14
php-tests :
@@ -18,11 +18,13 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
php : ['8.1', '8.2', '8.3']
21
- laravel : ['10.*', '11.*']
21
+ laravel : ['10.*', '11.*', '12.*' ]
22
22
stability : [prefer-lowest, prefer-stable]
23
23
exclude :
24
24
- laravel : 11.*
25
25
php : ' 8.1'
26
+ - laravel : 12.*
27
+ php : ' 8.1'
26
28
27
29
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
28
30
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ^8.1" ,
21
- "illuminate/console" : " ^10.0|^11.0" ,
22
- "illuminate/contracts" : " ^10.0|^11.0" ,
23
- "illuminate/database" : " ^10.0|^11.0" ,
24
- "illuminate/support" : " ^10.0|^11.0"
21
+ "illuminate/console" : " ^10.0|^11.0|^12.0 " ,
22
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
23
+ "illuminate/database" : " ^10.0|^11.0|^12.0 " ,
24
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
25
25
},
26
26
"require-dev" : {
27
27
"laravel/pint" : " ^1.15" ,
You can’t perform that action at this time.
0 commit comments