From 28ae1fa03835acbb5f8fdf8a507b6250fb814886 Mon Sep 17 00:00:00 2001 From: Joan Miquel Date: Mon, 24 Nov 2025 12:55:21 +0100 Subject: [PATCH] Add PHP 8.5 to testing matrix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a6ec38..4e5513e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] + php: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5] runs-on: ubuntu-latest steps: - name: Checkout repository @@ -20,4 +20,4 @@ jobs: extensions: curl, mbstring tools: composer:v2 - run: composer install - - run: composer test-ci \ No newline at end of file + - run: composer test-ci