Skip to content

Commit

Permalink
Add PHP 8.3 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDJ authored Mar 19, 2024
1 parent e708c7d commit e9cab58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
laravel: [ '8.*', '9.*', '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 @@ -14,7 +14,7 @@
}
},
"require": {
"php": "^7.4|~8.0|~8.1|~8.2",
"php": "^7.4|~8.0|~8.1|~8.2|~8.3",
"illuminate/support": "^8.16|^9.0|^10.0"
},
"require-dev": {
Expand Down

0 comments on commit e9cab58

Please sign in to comment.