Skip to content

Commit

Permalink
Added PHP 8.3 support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev authored Mar 14, 2024
1 parent f0939f3 commit a5a742c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2]
php: [8.1, 8.2, 8.3]
laravel: [10]
coverage-driver: [pcov]
stability: [prefer-lowest, prefer-stable]
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [10, '11']
coverage-driver: [pcov]
stability: [prefer-lowest, prefer-stable]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
Expand Down

0 comments on commit a5a742c

Please sign in to comment.