From 3a06a87c53e3666e00544bda5878d8b951453b29 Mon Sep 17 00:00:00 2001 From: Joan Miquel Date: Mon, 24 Nov 2025 12:42:30 +0100 Subject: [PATCH] Add PHP 8.5 to tests --- .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 489a002..59d9f8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: ["ubuntu-latest","macos-latest","windows-latest"] - php: ["8.4","8.3","8.2","8.1","8.0","7.4"] + php: ["8.5","8.4","8.3","8.2","8.1","8.0","7.4"] name: PHP ${{ matrix.php }} - ${{ matrix.os }}