Skip to content

Commit

Permalink
Add PHP 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Dec 12, 2024
1 parent ec46c12 commit 5098162
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1, 8.0]
php: [8.4, 8.3, 8.2, 8.1, 8.0]
laravel: [11.*, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.4
laravel: 10.*
- php: 8.4
laravel: 9.*
- php: 8.2
laravel: 9.*
dependency-version: prefer-lowest
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.0|^8.1|^8.2|^8.3",
"php": "^8.0|^8.1|^8.2|^8.3|^8.4",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/routing": "^9.0|^10.0|^11.0",
"spatie/once": "^3.0"
Expand Down

0 comments on commit 5098162

Please sign in to comment.