Skip to content

Commit

Permalink
Update Laravel version requirements in composer.json and run-tests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
  • Loading branch information
lloricode committed Feb 21, 2025
1 parent b7af843 commit 6291c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3, 8.4]
laravel: [^10.0, ^11.0, ^12.0]
laravel: [^11.0, ^12.0]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^12.0
testbench: ^10.0
- laravel: ^11.0
testbench: ^9.0
- laravel: ^10.0
testbench: ^8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
],
"require": {
"php": "^8.2",
"illuminate/contracts": "^10.0|^11.0|^12.0",
"illuminate/contracts": "^11.0|^12.0",
"spatie/laravel-health": "^1.19",
"spatie/laravel-package-tools": "^1.12.1"
},
"require-dev": {
"larastan/larastan": "^3.1.0",
"laravel/pint": "^1.14.0",
"orchestra/testbench": "^8.0|^9.0|^10.0",
"orchestra/testbench": "^9.0|^10.0",
"pestphp/pest": "^3.7.4",
"pestphp/pest-plugin-arch": "^3.0.0",
"pestphp/pest-plugin-laravel": "^3.1.0",
Expand Down

0 comments on commit 6291c9c

Please sign in to comment.