Skip to content

Commit

Permalink
Merge pull request #12 from dejury/develop/php-8.3
Browse files Browse the repository at this point in the history
Enable PHP8.3
  • Loading branch information
VincentBean authored Feb 27, 2024
2 parents 236c560 + 2e186af commit fde870a
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 @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.2,8.3]
laravel: [10.*]
akeneo: [v11.*]
stability: [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.2",
"php": "^8.2|^8.3",
"akeneo/api-php-client": "^11.0",
"guzzlehttp/guzzle": "^7.5",
"laravel/framework": "^10.0"
Expand Down

0 comments on commit fde870a

Please sign in to comment.