Commit f7de960 1 parent 06b6729 commit f7de960 Copy full SHA for f7de960
File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,14 @@ jobs:
11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
- php : [8.3 , 8.2 , 8.1 ]
15
- laravel : [' 10.*', ' 11.*' ]
14
+ php : [8.4 , 8.3 , 8.2 ]
15
+ laravel : [" 10.*", " 11.*" ]
16
16
dependency-version : [prefer-lowest, prefer-stable]
17
17
include :
18
18
- laravel : 10.*
19
19
testbench : 8.*
20
20
- laravel : 11.*
21
21
testbench : 9.*
22
- exclude :
23
- - laravel : 11.*
24
- php : 8.1
25
22
26
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
27
24
Original file line number Diff line number Diff line change 12
12
13
13
## Requirements
14
14
15
- * PHP 8.1 +
15
+ * PHP 8.2 +
16
16
* Laravel 10.0
17
17
18
18
## Installation
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.1 || ^8.2 || ^8.3 " ,
19
+ "php" : " ^8.2 || ^8.3 || ^8.4 " ,
20
20
"illuminate/support" : " ^10.0 || ^11.0"
21
21
},
22
22
"require-dev" : {
You can’t perform that action at this time.
0 commit comments