Skip to content

Commit

Permalink
Merge pull request #22 from swisnl/feature/laravel-12
Browse files Browse the repository at this point in the history
Laravel 12
  • Loading branch information
JaZo authored Feb 25, 2025
2 parents 599603c + f6aba10 commit 0841c39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
laravel: [12.*, 11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.22
- laravel: 11.*
testbench: 9.*
- laravel: 12.*
testbench: 10.*
exclude:
- laravel: 11.*
php: 8.1
- laravel: 12.*
php: 8.1

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 @@ -24,13 +24,13 @@
"php": "^8.1",
"filament/filament": "^3.0.100",
"spatie/laravel-package-tools": "^1.15.0",
"illuminate/contracts": "^10.21|^11.0"
"illuminate/contracts": "^10.21|^11.0|^12.0"
},
"require-dev": {
"larastan/larastan": "^2.9|^3.0",
"laravel/pint": "^1.13",
"nunomaduro/collision": "^7.10|^8.1",
"orchestra/testbench": "^8.15|^9.0",
"orchestra/testbench": "^8.15|^9.0|^10.0",
"pestphp/pest": "^2.25|^3.7",
"pestphp/pest-plugin-arch": "^2.4|^3.0",
"pestphp/pest-plugin-laravel": "^2.2|^3.1",
Expand Down

0 comments on commit 0841c39

Please sign in to comment.