From 3ede5842abf00d4e472696f3f2a5e5801ff83100 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:29:26 +0200 Subject: [PATCH] Added PHP 8.3 to CI matrix --- .github/workflows/tests.yml | 6 ++++-- Changelog.md | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 975588d..d6b58ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,12 +8,14 @@ jobs: timeout-minutes: 10 strategy: matrix: - php: ['8.0', '8.1', '8.2'] - laravel: ['9.2', '9.52', '10.0'] + php: ['8.0', '8.1', '8.2', '8.3'] + laravel: ['9.2', '9.52', '10.0', '10.32'] enum: ['2', '3', '4'] exclude: - php: '8.0' laravel: '10.0' + - php: '8.0' + 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 29953a8..df770a8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## 1.X Series +### Unreleased +##### 2023-XX-YY + +- Added PHP 8.3 support + ### 1.13.0 ##### 2023-02-16