File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
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
9
runs-on : ubuntu-latest
10
+
8
11
strategy :
9
12
fail-fast : true
10
13
matrix :
11
14
php : [8.3, 8.2, 8.1]
12
- laravel : [10.*]
15
+ laravel : [' 10.*', '11.*' ]
13
16
dependency-version : [prefer-lowest, prefer-stable]
14
17
include :
15
18
- laravel : 10.*
16
19
testbench : 8.*
20
+ - laravel : 11.*
21
+ testbench : 9.*
22
+ exclude :
23
+ - laravel : 11.*
24
+ php : 8.1
17
25
18
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
19
27
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^8.1 || ^8.2 || ^8.3" ,
21
21
"ext-openssl" : " *" ,
22
- "egulias/email-validator" : " ^3.1" ,
22
+ "egulias/email-validator" : " ^3.1 || ^4.0 " ,
23
23
"guzzlehttp/guzzle" : " ^7.2" ,
24
- "illuminate/support" : " ^10.0" ,
25
- "illuminate/validation" : " ^10.0"
24
+ "illuminate/support" : " ^10.0 || ^11.0 " ,
25
+ "illuminate/validation" : " ^10.0 || ^11.0 "
26
26
},
27
27
"require-dev" : {
28
- "orchestra/testbench" : " ^8.0" ,
28
+ "orchestra/testbench" : " ^8.0 || ^9.0 " ,
29
29
"phpunit/phpunit" : " ^10.4"
30
30
},
31
31
"autoload" : {
57
57
}
58
58
}
59
59
}
60
- }
60
+ }
You can’t perform that action at this time.
0 commit comments