From 41423359d5cb93fbbb36ef540a519462234534ae Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 17 Feb 2026 19:16:44 +0000 Subject: [PATCH] Fixes PHP version used on CI (#6754) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b505a03..52fa62c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.3, 8.4] + php: [8.3, 8.4, 8.5] name: PHP ${{ matrix.php }}