From 3b1b210c01e70eda858c434fc2f1f3ca0868ddfd Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Tue, 26 Aug 2025 07:45:02 +0200 Subject: [PATCH] [1.x] Run tests on PHP 8.4 and update test environment Builds on top of #310 and #318 by porting #321 to v1. --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e7d91e..c5bd99c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,10 @@ jobs: strategy: matrix: os: - - ubuntu-22.04 + - ubuntu-24.04 - windows-2022 php: + - 8.4 - 8.3 - 8.2 - 8.1 @@ -44,13 +45,13 @@ jobs: PHPUnit-macOS: name: PHPUnit (macOS) - runs-on: macos-12 + runs-on: macos-14 continue-on-error: true steps: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.4 coverage: xdebug - run: composer install - run: vendor/bin/phpunit --coverage-text