From 2ef449491508d62a4c1555d9a4728206954c4380 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Tue, 18 Nov 2025 17:41:09 +0100 Subject: [PATCH] [1.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 c5bd99c..84bbe01 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 @@ -51,7 +52,7 @@ jobs: - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: - php-version: 8.4 + php-version: 8.5 coverage: xdebug - run: composer install - run: vendor/bin/phpunit --coverage-text