diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 7f1bf85..7fcb089 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest ] - php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] name: PHP ${{ matrix.php }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 83484dd..192ff94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.5.0] - 2026-02-17 +### Added +- PHP 8.4 support +- PHP 8.5 support + ## [2.4.0] - 2023-12-11 ### Added - PHP 8.3 support diff --git a/README.md b/README.md index ba68ba4..83c4ea0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ standard [EVS 585:2007 Personal code. Structure](https://www.evs.ee/products/evs # Compatibility -PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 +PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 # Motivation