Skip to content

Commit

Permalink
[TASK] Raise PHP restriction to 8.3.99 on release-11.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Apr 3, 2024
1 parent 6e474bd commit 998fff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
PHP: [ '7.4', '8.0', '8.1', '8.2' ]
PHP: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
TYPO3: [ '^11.5', '11.5.x-dev' ]
env:
TYPO3_DATABASE_NAME: 'typo3_ci'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
"typo3-ter/tika": "self.version"
},
"require": {
"php": ">=7.4 <=8.2.99",
"php": ">=7.4 <=8.3.99",
"ext-json": "*",
"ext-pdo": "*",
"typo3/cms-backend": "^11.5",
Expand Down

0 comments on commit 998fff8

Please sign in to comment.