Skip to content

Commit

Permalink
Allow PHP 8.1
Browse files Browse the repository at this point in the history
PHP 8.1 is basically usable with TYPO3 v11/v12 and the platform requirement when kickstarting a new composer project with v12.
  • Loading branch information
christophlehmann authored and Christoph Lehmann committed Mar 15, 2024
1 parent b71ffff commit 237699a
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.2', '8.3' ]
php: [ '8.1', '8.2', '8.3' ]
typo3: [ '11', '12' ]
steps:
- name: Setup PHP with PECL extension
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"type": "typo3-cms-extension",
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"typo3/cms-core": "^11.5 || ^12.0",
"typo3/cms-frontend": "^11.5 || ^12.0"
},
Expand Down

0 comments on commit 237699a

Please sign in to comment.