Skip to content

Commit

Permalink
Add php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Sep 27, 2023
1 parent 8fa195b commit 9c23a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.1]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"illuminate/database": "^10.0",
"illuminate/support": "^10.0",
"spatie/laravel-package-tools": "^1.13"
Expand Down

0 comments on commit 9c23a6a

Please sign in to comment.