Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

[FEATURE] Also run the tests with PHP 8.1 on CI #289

Merged
merged 1 commit into from
Oct 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,5 @@ jobs:
php-version: 7.4
- typo3-version: ^11.5
php-version: 8.0
- typo3-version: ^11.5
php-version: 8.1
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PHPUnit package this extension is intended to be used in conjunction with.
## x.y.z

### Added
- Also run the tests with PHP 8.0 and 8.1 on CI (#278, #289)

### Changed
- Upgrade to PHPUnit 8.5 (#263)
Expand Down