Skip to content

Commit 9eca404

Browse files
committed
Add PHP 8.4 and 8.5 support
Add PHP 8.4 and 8.5 to the CI test matrix, update compatibility documentation in README, and add changelog entry. https://claude.ai/code/session_018CEjiZaZLjRQXguk1Gek4h
1 parent 10ea5e3 commit 9eca404

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ ubuntu-latest ]
11-
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
11+
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1212
name: PHP ${{ matrix.php }}
1313

1414
steps:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.5.0] - 2026-02-17
9+
### Added
10+
- PHP 8.4 support
11+
- PHP 8.5 support
12+
813
## [2.4.0] - 2023-12-11
914
### Added
1015
- PHP 8.3 support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ standard [EVS 585:2007 Personal code. Structure](https://www.evs.ee/products/evs
1010

1111
# Compatibility
1212

13-
PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3
13+
PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5
1414

1515
# Motivation
1616

0 commit comments

Comments
 (0)