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

Commit

Permalink
[FEATURE] Add official support for PHP 8.3 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Sep 20, 2023
1 parent 91b6341 commit 4205716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
code-quality:
name: "Code quality checks"
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -162,3 +163,5 @@ jobs:
php-version: "8.1"
- typo3-version: "^12.4"
php-version: "8.2"
- typo3-version: "^12.4"
php-version: "8.3"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PHPUnit package this extension is intended to be used with.

### Added
- Add support for TYPO3 12LTS (#465)
- Add support for PHP 8.2 (#349)
- Add support for PHP 8.2 and 8.3 (#349, #485)

### Changed
- Bump the Symfony dependencies (#380)
Expand Down

0 comments on commit 4205716

Please sign in to comment.