File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
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 : ${{ matrix.os }}
10
+
8
11
strategy :
9
12
fail-fast : true
10
13
matrix :
11
14
os : [ubuntu-latest, windows-latest]
12
- php : [7.4, 8.0]
15
+ php : [7.4, 8.0, '8.2' ]
13
16
stability : [prefer-lowest, prefer-stable]
14
17
15
18
name : P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 4
4
"require" : {
5
5
"php" : " ^7.4|^8.0" ,
6
6
"guzzlehttp/guzzle" : " ^6.0|^7.0" ,
7
- "illuminate/http" : " ^7.0|^8.0|^9.0|^10.0" ,
8
- "illuminate/view" : " ^7.0|^8.0|^9.0|^10.0" ,
7
+ "illuminate/http" : " ^7.0|^8.0|^9.0|^10.0|^11.0 " ,
8
+ "illuminate/view" : " ^7.0|^8.0|^9.0|^10.0|^11.0 " ,
9
9
"spatie/laravel-package-tools" : " ^1.5"
10
10
},
11
11
"require-dev" : {
12
- "phpunit/phpunit" : " ^9"
12
+ "phpunit/phpunit" : " ^9|^10.5 "
13
13
},
14
14
"license" : " MIT" ,
15
15
"keywords" : [
You can’t perform that action at this time.
0 commit comments