From 73a289d2d6a89fc1b11afcffe29be038d999fc06 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Thu, 27 Nov 2025 10:18:37 +0100 Subject: [PATCH] Run tests on php 8.5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42b2e7c..25da67f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - php-versions: ['8.1', '8.2', '8.3', '8.4'] + php-versions: ['8.1', '8.2', '8.3', '8.4', '8.5'] steps: - uses: actions/checkout@v6