From 27daf6c00ff6fae6f0b755e1994739a2fb3f3517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Tue, 21 Apr 2026 11:13:58 +0200 Subject: [PATCH] test: Add PHP 8.5 to the end-to-end tests --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 29d3740..4ae7d87 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -78,7 +78,7 @@ jobs: strategy: matrix: - php-version: ['8.3', '8.4' ] # TODO: add PHP 8.5 + php-version: ['8.3', '8.4', '8.5' ] coverage-driver: [ pcov ] name: End-to-end with PHP ${{ matrix.php-version }} (${{ matrix.coverage-driver }})