From bde036878557dd19a10696663397b35110622828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 27 Feb 2024 18:37:19 +0100 Subject: [PATCH] Enhancement: Add support for PHP 8.3 --- .github/workflows/integrate.yaml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 9c21c2a..3c9bfa8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -23,6 +23,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" steps: - name: "Checkout" diff --git a/README.md b/README.md index 6c8c6bc..a8d6f98 100755 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ You can now run through the result and put it formatted into a drop-down field o - added: - support for PHP 8.2 [#218](https://github.com/fightbulc/moment.php/pull/218) + - support for PHP 8.3 [#227](https://github.com/fightbulc/moment.php/pull/227) ### 1.33.0 - fixed: