From 29f919e77ff9ab41068fb5f4bbd09260c4916ec6 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Tue, 11 Nov 2025 12:59:10 +0100 Subject: [PATCH] [3.x] Update to run tests on PHP 8.5 --- .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 0cfe63e..71149ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - ubuntu-24.04 - windows-2022 php: + - 8.5 - 8.4 - 8.3 - 8.2 @@ -44,7 +45,7 @@ jobs: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: - php-version: 8.2 + php-version: 8.5 coverage: pcov - run: composer install - run: vendor/bin/phpunit --coverage-text