File tree 2 files changed +17
-8
lines changed
2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,22 @@ name: run-tests
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches :
6
+ - main
6
7
pull_request :
7
- branches : [main]
8
+ branches :
9
+ - main
8
10
9
11
jobs :
10
12
test :
11
13
runs-on : ${{ matrix.os }}
14
+
12
15
strategy :
13
16
fail-fast : false
14
17
matrix :
15
18
os : [ubuntu-latest]
16
19
php : [8.2, 8.1, 8.0]
17
- laravel : [9.*, 8.*, 10.*]
20
+ laravel : ['8.*', '9.*', ' 10.*', '11.*' ]
18
21
stability : [prefer-lowest, prefer-stable]
19
22
include :
20
23
- laravel : 10.*
23
26
testbench : 7.*
24
27
- laravel : 8.*
25
28
testbench : ^6.23
29
+ - laravel : 11.*
30
+ testbench : 9.*
26
31
exclude :
27
32
- laravel : 10.*
28
- php : 8.0
33
+ php : 8.0
34
+ - laravel : 11.*
35
+ php : 8.1
36
+ - laravel : 11.*
37
+ php : 8.0
29
38
30
39
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
40
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0" ,
20
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0|^11.0 " ,
21
21
"league/flysystem" : " ^1.0.41|^2.0|^3.0" ,
22
22
"spatie/db-dumper" : " ^3.3" ,
23
23
"spatie/laravel-package-tools" : " ^1.6" ,
24
24
"spatie/temporary-directory" : " ^2.0"
25
25
},
26
26
"require-dev" : {
27
27
"mockery/mockery" : " ^1.4" ,
28
- "orchestra/testbench" : " ^5.0|^6.0|^7.0|^8.0" ,
29
- "pestphp/pest-plugin-laravel" : " ^1.3" ,
30
- "phpunit/phpunit" : " ^9.5"
28
+ "orchestra/testbench" : " ^5.0|^6.0|^7.0|^8.0|^9.0 " ,
29
+ "pestphp/pest-plugin-laravel" : " ^1.3|^2.3 " ,
30
+ "phpunit/phpunit" : " ^9.5|^10.5 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments