Skip to content

Commit

Permalink
⬆️ add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Apr 16, 2024
1 parent 55e2eca commit ef639fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
typo3: [ '11', '12' ]
sentry: [ false, true ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.0.0",
"typo3/cms-core": "^11.0 || ^12.0",
"typo3/cms-extbase": "^11.0 || ^12.0"
Expand Down

0 comments on commit ef639fc

Please sign in to comment.