Skip to content

Commit

Permalink
Merge pull request #9 from rawilk/php-8_3
Browse files Browse the repository at this point in the history
Add PHP 8.3 support
  • Loading branch information
rawilk authored Mar 6, 2024
2 parents aac2035 + f4c34c9 commit 4dc4642
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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.1]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
stability: [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 @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.14"
},
Expand Down

0 comments on commit 4dc4642

Please sign in to comment.