From f4ab552be9df064581e1c34b2adc6ac7340f2e59 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:15:23 +0200 Subject: [PATCH] Added PHP 8.3 to the CI matrix --- .github/workflows/tests.yml | 6 +++--- Changelog.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c8e63d8..c9bd0ff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,14 +8,14 @@ jobs: timeout-minutes: 10 strategy: matrix: - php: ['8.0', '8.1', '8.2'] - laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.24'] + php: ['8.0', '8.1', '8.2', '8.3'] + laravel: ['8.75', '8.83', '9.0', '9.52', '10.0', '10.32'] enum: ['2', '3', '4'] exclude: - php: '8.0' laravel: '10.0' - php: '8.0' - laravel: '10.24' + laravel: '10.32' name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Enum ${{ matrix.enum }} steps: - name: Checkout diff --git a/Changelog.md b/Changelog.md index 9069113..d850b16 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Changelog ### Konekt Enum Eloquent +## Unreleased +##### 2023-XX-YY + +- Added PHP 8.3 support + ## 1.9.1 ##### 2023-09-25