From 187c0337a1732e6cfe0214e768adb152626f64c1 Mon Sep 17 00:00:00 2001 From: func0der <529819+func0der@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:13:46 +0100 Subject: [PATCH] 118-php84plus_support Raise php version support --- .github/workflows/php-version-compatibility.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-version-compatibility.yml b/.github/workflows/php-version-compatibility.yml index cfda792..12f553f 100644 --- a/.github/workflows/php-version-compatibility.yml +++ b/.github/workflows/php-version-compatibility.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4, 8.5] steps: - name: Configure PHP version uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8827a05..c6250d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2, 8.3] + php: [8.1, 8.2, 8.3, 8.4, 8.5] steps: - name: Configure PHP version uses: shivammathur/setup-php@v2