File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : run-tests
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ - push
5
+ - pull_request
4
6
5
7
jobs :
6
8
test :
7
-
8
9
runs-on : ubuntu-latest
10
+
9
11
strategy :
10
12
fail-fast : true
11
13
matrix :
12
14
php : [8.2, 8.1]
13
- laravel : [10.*, 9.* ]
15
+ laravel : ['9.*', ' 10.*', '11.*' ]
14
16
dependency-version : [prefer-lowest, prefer-stable]
15
17
include :
16
18
- laravel : 10.*
17
19
testbench : 8.*
18
20
- laravel : 9.*
19
21
testbench : 7.*
22
+ - laravel : 11.*
23
+ testbench : 9.*
24
+ exclude :
25
+ - laravel : 11.*
26
+ php : 8.1
20
27
21
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
22
29
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
20
"openspout/openspout" : " ^4.19" ,
21
- "illuminate/support" : " ^9.0|^10.0"
21
+ "illuminate/support" : " ^9.0|^10.0|^11.0 "
22
22
},
23
23
"require-dev" : {
24
- "pestphp/pest-plugin-laravel" : " ^1.3" ,
25
- "phpunit/phpunit" : " ^9.4" ,
26
- "spatie/pest-plugin-snapshots" : " ^1.1" ,
27
- "spatie/phpunit-snapshot-assertions" : " ^4.0" ,
28
- "spatie/temporary-directory" : " ^1.2"
24
+ "pestphp/pest-plugin-laravel" : " ^1.3|^2.3 " ,
25
+ "phpunit/phpunit" : " ^9.4|^10.5 " ,
26
+ "spatie/pest-plugin-snapshots" : " ^1.1|^2.1 " ,
27
+ "spatie/phpunit-snapshot-assertions" : " ^4.0|^5.1 " ,
28
+ "spatie/temporary-directory" : " ^1.2|^2.2 "
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments