File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : true
1313 matrix :
14- php : [8.3 , 8.2 , 8.1 ]
14+ php : [8.4 , 8.3 , 8.2 ]
1515 laravel : ["10.*", "11.*"]
1616 db : [mysql, postgres, sqlite]
1717 dependency-version : [prefer-lowest, prefer-stable]
2020 testbench : 8.*
2121 - laravel : 11.*
2222 testbench : 9.*
23- exclude :
24- - laravel : 11.*
25- php : 8.1
2623
2724 name : P${{ matrix.php }} - L${{ matrix.laravel }} - DB ${{ matrix.db }} - ${{ matrix.dependency-version }}
2825
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
1212
1313## Requirements
1414
15- * PHP 8.1 +
15+ * PHP 8.2 +
1616* Laravel 10.0
1717
1818This 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 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.1 |^8.2 |^8.3 " ,
19+ "php" : " ^8.2 |^8.3 |^8.4 " ,
2020 "illuminate/support" : " ^10.0|^11.0"
2121 },
2222 "require-dev" : {
4343 },
4444 "minimum-stability" : " dev" ,
4545 "prefer-stable" : true
46- }
46+ }
You can’t perform that action at this time.
0 commit comments