File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,20 @@ jobs:
12
12
fail-fast : false
13
13
matrix :
14
14
php : [8.1, 8.2, 8.3, 8.4]
15
- laravel : [10.*, 11.*]
15
+ laravel : [" 10.*", " 11.*", "12.*" ]
16
16
stability : [prefer-lowest, prefer-stable]
17
17
include :
18
18
- laravel : 10.*
19
19
testbench : ^8.20
20
20
- laravel : 11.*
21
21
testbench : ^9.0
22
+ - laravel : 12.*
23
+ testbench : ^10.0
22
24
exclude :
23
25
- php : 8.1
24
26
laravel : 11.*
27
+ - laravel : 12.*
28
+ php : 8.1
25
29
26
30
name : PHP ${{ matrix.php }} - ${{ matrix.laravel }} - ${{ matrix.stability }}
27
31
30
34
uses : actions/checkout@v2
31
35
32
36
- name : Cache dependencies
33
- uses : actions/cache@v1
37
+ uses : actions/cache@v4
34
38
with :
35
39
path : ~/.composer/cache/files
36
40
key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " >=8.1" ,
25
25
"kkszymanowski/traitor" : " ^1.0" ,
26
- "laravel/framework" : " ^10.0|^11.0"
26
+ "laravel/framework" : " ^10.0|^11.0|^12.0 "
27
27
},
28
28
"require-dev" : {
29
29
"mockery/mockery" : " ^1.3.2" ,
30
- "orchestra/testbench" : " ^8.0|^9.0" ,
31
- "phpunit/phpunit" : " ^8.4|^9.0|^10.5"
30
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
31
+ "phpunit/phpunit" : " ^8.4|^9.0|^10.5|^11.5.3 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments