From 09338de7b49bb741e11eee4b24bf45fb9604d746 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Fri, 10 Oct 2025 07:56:32 +0200 Subject: [PATCH 1/2] Run tests on PHP 8.4 and update test environment Builds on top of #55 and ports #63 to v1 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3fc411..5084e5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,11 @@ on: jobs: PHPUnit: name: PHPUnit (PHP ${{ matrix.php }}) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: php: + - 8.4 - 8.3 - 8.2 - 8.1 From 4a485742744163a509c4c475b92c568d1986e055 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 16 Oct 2025 12:18:13 +0200 Subject: [PATCH 2/2] [1.x] Run tests on PHP 8.5 Builds on top of #64 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5084e5d..4538672 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.5 - 8.4 - 8.3 - 8.2