File tree 2 files changed +14
-8
lines changed 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ jobs:
23
23
fail-fast : true
24
24
matrix :
25
25
php : [ 8.2, 8.3, 8.4 ]
26
- laravel : [ 11.* ]
26
+ laravel : [ 11.*, 12.*-dev ]
27
27
include :
28
28
- laravel : 11.*
29
- testbench : 9.*-dev
29
+ testbench : 9.*
30
+ - laravel : 12.*-dev
31
+ testbench : 10.*-dev
30
32
31
33
name : MySQL 8 - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
32
34
@@ -77,10 +79,12 @@ jobs:
77
79
fail-fast : true
78
80
matrix :
79
81
php : [ 8.2, 8.3, 8.4 ]
80
- laravel : [ 11.* ]
82
+ laravel : [ 11.*, 12.*-dev ]
81
83
include :
82
84
- laravel : 11.*
83
- testbench : 9.*-dev
85
+ testbench : 9.*
86
+ - laravel : 12.*-dev
87
+ testbench : 10.*-dev
84
88
85
89
name : PostgreSQL 15 - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
86
90
@@ -126,10 +130,12 @@ jobs:
126
130
fail-fast : true
127
131
matrix :
128
132
php : [ 8.2, 8.3, 8.4 ]
129
- laravel : [ 11.* ]
133
+ laravel : [ 11.*, 12.*-dev ]
130
134
include :
131
135
- laravel : 11.*
132
- testbench : 9.*-dev
136
+ testbench : 9.*
137
+ - laravel : 12.*-dev
138
+ testbench : 10.*-dev
133
139
134
140
name : SQLite - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
135
141
Original file line number Diff line number Diff line change 25
25
"require-dev" : {
26
26
"friendsofphp/php-cs-fixer" : " dev-master" ,
27
27
"laravel/legacy-factories" : " ^1.0@dev" ,
28
- "orchestra/testbench" : " ^9.0" ,
29
- "phpunit/phpunit" : " ^10.0"
28
+ "orchestra/testbench" : " ^9.0|^10.0 " ,
29
+ "phpunit/phpunit" : " ^10.0|^11.0 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments