Skip to content

Commit

Permalink
[TASK] Switch CI quality checks to PHP 8 (#159)
Browse files Browse the repository at this point in the history
Also switch the code coverage collection from TYPO3 10LTS to 11LTS.

Fixes #155
  • Loading branch information
oliverklee authored Aug 25, 2022
1 parent 41de802 commit 9122302
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- "php:stan"
- "yaml:lint"
php-version:
- "7.4"
- "8.1"
xliff-lint:
name: "Xliff linter"
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
fail-fast: false
matrix:
include:
- typo3-version: "^10.4"
- typo3-version: "^11.5"
php-version: "7.4"
composer-dependencies: highest
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z

### Added
- Add support for PHP 8.2 (#158)
- Add support for PHP 8.2 (#158, #159)
- Add support for TYPO3 11LTS (#154, #155, #156)

### Changed
Expand Down

0 comments on commit 9122302

Please sign in to comment.