Skip to content

Commit

Permalink
Add support for PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Feb 23, 2024
1 parent 625456f commit e0cc140
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
php:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
composer:
- ""
- "--prefer-lowest"
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Changelog

--------

## 1.1.0 - 2024-02-23

### Changed

* [Support] Added support for PHP 8.1, 8.2, and 8.3
* [Support] Added support for Symfony 6
* [Support] Dropped support for Symfony 4

--------

## 1.0.1 - 2021-08-15

### Changed
Expand Down

0 comments on commit e0cc140

Please sign in to comment.