We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55e2eca + ef639fc commit eadebacCopy full SHA for eadebac
.github/workflows/tasks.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [ '8.1', '8.2' ]
+ php: [ '8.1', '8.2', '8.3' ]
13
typo3: [ '11', '12' ]
14
sentry: [ false, true ]
15
steps:
composer.json
@@ -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",
16
"typo3/cms-extbase": "^11.0 || ^12.0"
0 commit comments