Skip to content

Commit eadebac

Browse files
authored
Merge pull request #44 from Kanti/php8.3
2 parents 55e2eca + ef639fc commit eadebac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '8.1', '8.2' ]
12+
php: [ '8.1', '8.2', '8.3' ]
1313
typo3: [ '11', '12' ]
1414
sentry: [ false, true ]
1515
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1414
"composer-runtime-api": "^2.0.0",
1515
"typo3/cms-core": "^11.0 || ^12.0",
1616
"typo3/cms-extbase": "^11.0 || ^12.0"

0 commit comments

Comments
 (0)