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
11
strategy :
12
12
fail-fast : true
13
13
matrix :
14
- php : [8.3 , 8.2 , 8.1 ]
14
+ php : [8.4 , 8.3 , 8.2 ]
15
15
laravel : ["10.*", "11.*"]
16
16
db : [mysql, postgres, sqlite]
17
17
dependency-version : [prefer-lowest, prefer-stable]
20
20
testbench : 8.*
21
21
- laravel : 11.*
22
22
testbench : 9.*
23
- exclude :
24
- - laravel : 11.*
25
- php : 8.1
26
23
27
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - DB ${{ matrix.db }} - ${{ matrix.dependency-version }}
28
25
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Stop duplicating your Eloquent query scopes and constraints in PHP. This package
12
12
13
13
## Requirements
14
14
15
- * PHP 8.1 +
15
+ * PHP 8.2 +
16
16
* Laravel 10.0
17
17
18
18
This package is tested with GitHub Actions using MySQL 8.0, PostgreSQL 10.8 and SQLite.
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" : {
43
43
},
44
44
"minimum-stability" : " dev" ,
45
45
"prefer-stable" : true
46
- }
46
+ }
You can’t perform that action at this time.
0 commit comments