Skip to content

Commit

Permalink
[TASK] Add PHP 8.2 to test matrix and constraint to PHP >=7.4 <= 8.2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm committed Jul 4, 2023
1 parent 23cec74 commit 440580a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
PHP: [ '7.4', '8.0', '8.1' ]
PHP: [ '7.4', '8.0', '8.1', '8.2' ]
TYPO3: [ '^11.5', '11.5.x-dev' ]
env:
TYPO3_DATABASE_NAME: 'typo3_ci'
Expand Down
1 change: 1 addition & 0 deletions Build/Test/cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ else
fi
echo -e "\n\n"

export PHP_CS_FIXER_IGNORE_ENV=1
echo "Check compliance against TYPO3 Coding Standards"
if ! .Build/bin/php-cs-fixer --version > /dev/null 2>&1
then
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typo3-ter/tika": "self.version"
},
"require": {
"php": "^7.4 || ^8.0",
"php": ">=7.4 <=8.2.99",
"ext-json": "*",
"ext-pdo": "*",
"typo3/cms-backend": "^11.5",
Expand Down

0 comments on commit 440580a

Please sign in to comment.