Commit 44f2608 1 parent 03c9d36 commit 44f2608 Copy full SHA for 44f2608
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
concurrency : ci-${{ github.ref }}
6
8
7
9
jobs :
8
10
test :
9
11
runs-on : ${{ matrix.os }}
12
+
10
13
strategy :
11
14
fail-fast : true
12
15
matrix :
13
16
os : [ubuntu-20.04]
14
17
php : [8.3, 8.2, 8.1]
15
- laravel : [10.*]
18
+ laravel : [' 10.*', '11.*' ]
16
19
ffmpeg : [5.0, 4.4]
17
20
dependency-version : [prefer-lowest, prefer-stable]
18
21
include :
19
22
- laravel : 10.*
20
23
testbench : 8.*
24
+ - laravel : 11.*
25
+ testbench : 9.*
26
+ exclude :
27
+ - laravel : 11.*
28
+ php : 8.1
21
29
22
30
name : ${{ matrix.os }} - P${{ matrix.php }} - L${{ matrix.laravel }} - FF${{ matrix.ffmpeg }} - ${{ matrix.dependency-version }}
23
31
Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^8.1|^8.2|^8.3" ,
24
- "illuminate/contracts" : " ^10.0" ,
24
+ "illuminate/contracts" : " ^10.0|^11.0 " ,
25
25
"php-ffmpeg/php-ffmpeg" : " ^1.2" ,
26
26
"ramsey/collection" : " ^2.0"
27
27
},
28
28
"require-dev" : {
29
29
"league/flysystem-memory" : " ^3.10" ,
30
30
"mockery/mockery" : " ^1.4.4" ,
31
- "nesbot/carbon" : " ^2.66" ,
32
- "orchestra/testbench" : " ^8.0" ,
31
+ "nesbot/carbon" : " ^2.66|^3.0 " ,
32
+ "orchestra/testbench" : " ^8.0|^9.0 " ,
33
33
"phpunit/phpunit" : " ^10.4" ,
34
- "spatie/image" : " ^2.2" ,
34
+ "spatie/image" : " ^2.2|^3.3 " ,
35
35
"spatie/phpunit-snapshot-assertions" : " ^5.0"
36
36
},
37
37
"autoload" : {
63
63
}
64
64
}
65
65
}
66
- }
66
+ }
You can’t perform that action at this time.
0 commit comments