File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
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 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1 || ^8.2 || ^8.3" ,
20
- "illuminate/support" : " ^10.0"
20
+ "illuminate/support" : " ^10.0 || ^11.0 "
21
21
},
22
22
"require-dev" : {
23
23
"html2text/html2text" : " ^4.3" ,
24
24
"jeremykendall/php-domain-parser" : " ^6.0" ,
25
25
"laravel/ui" : " ^4.0" ,
26
26
"mockery/mockery" : " ^1.4.4" ,
27
- "moneyphp/money" : " ^3.3" ,
28
- "nesbot/carbon" : " ^2.66" ,
29
- "orchestra/testbench" : " ^8.0" ,
27
+ "moneyphp/money" : " ^3.3 || ^4.5 " ,
28
+ "nesbot/carbon" : " ^2.66 || ^3.0 " ,
29
+ "orchestra/testbench" : " ^8.0 || ^9.0 " ,
30
30
"phpunit/phpunit" : " ^10.4" ,
31
- "spatie/laravel-sitemap" : " ^6.0" ,
32
- "symfony/process" : " ^6.0"
31
+ "spatie/laravel-sitemap" : " ^6.0 || ^7.2 " ,
32
+ "symfony/process" : " ^6.0 || ^7.0 "
33
33
},
34
34
"suggest" : {
35
35
"html2text/html2text" : " To convert HTML to formatted plain text" ,
You can’t perform that action at this time.
0 commit comments