From 115b21f4b0b201d0739ae5b47434e073e23fd6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 4 Oct 2025 10:53:31 +0200 Subject: [PATCH] Run tests on PHP 8.4 and update test suite --- .github/workflows/ci.yml | 8 +++++--- phpunit.xml.legacy | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adf7946..608b339 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,11 @@ jobs: strategy: matrix: os: - - ubuntu-22.04 - - windows-2022 + - ubuntu-24.04 + - windows-2025 php: + - 8.4 + - 8.3 - 8.2 - 8.1 - 8.0 @@ -23,7 +25,7 @@ jobs: - 7.1 - 7.0 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} diff --git a/phpunit.xml.legacy b/phpunit.xml.legacy index fcf24c1..431313c 100644 --- a/phpunit.xml.legacy +++ b/phpunit.xml.legacy @@ -15,4 +15,7 @@ ./src/ + + +