Skip to content

Commit

Permalink
[TASK] Run CI pipeline with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswolf committed Aug 6, 2023
1 parent 71bf977 commit ece8f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
# TODO add PHP 8.2 once PHP-CS-Fixer supports it
command:
- "normalize"

Expand Down Expand Up @@ -133,7 +134,7 @@ jobs:
fail-fast: false
matrix:
typo3-version: ["^11.5", "^12.4"]
php-version: ["8.0", "8.1"]
php-version: ["8.0", "8.1", "8.2"]
composer-dependencies: ["lowest", "highest"]
exclude:
- typo3-version: "^12.4"
Expand Down

0 comments on commit ece8f13

Please sign in to comment.