From 3f646e2a2ed14cf6f42b92cd4d61221bc6845245 Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Sun, 5 Oct 2025 17:55:14 +0200 Subject: [PATCH] [CI] Run the tests also on php v8.5 --- .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 90562a5be..7dccfcc59 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-version: ['8.2', '8.3', '8.4'] + php-version: ['8.2', '8.3', '8.4', '8.5'] include: - operating-system: 'macos-latest' php-version: '8.2'