From 9625fb0a36bc32976420e17bad2f9d670e5647c9 Mon Sep 17 00:00:00 2001 From: Rait Kapp <3442567+raigu@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:09:04 +0200 Subject: [PATCH] Add PHP 8.3 support --- .github/workflows/php.yml | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 39af733..7f1bf85 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'] + php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 869d9bd..501516f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.4.0] - 2023-12-11 +### Added +- PHP 8.3 support + ## [2.3.0] - 2022-04-07 ### Added - PHP 8.2 support diff --git a/README.md b/README.md index bc15d02..cf86c8a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Validation of Estonian company registry code # Compatibility -PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2 +PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 # Maintainability