Skip to content

Commit 92a2a58

Browse files
committed
minor #233 Ensure PHP 8.3 and 8.4 are supported (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- Ensure PHP 8.3 and 8.4 are supported Commits ------- 58d4fca Ensure PHP 8.3 and 8.4 are supported
2 parents 3b5ed46 + 58d4fca commit 92a2a58

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
# normal, highest, non-dev installs
18-
php-version: ['8.1', '8.2']
18+
php-version: ['8.1', '8.2', '8.3', '8.4']
1919
dependency-versions: ['highest']
2020
include:
2121
# testing lowest PHP version with lowest dependencies

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.1.0
4+
5+
- #233 Add support for PHP 8.3 and PHP 8.4 (@Kocal)
6+
37
## v2.0.0
48

59
- Minimum PHP version is now 8.1

0 commit comments

Comments
 (0)