From 426d5c3da4196409f29a022e400fd19e995511f0 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Thu, 27 Nov 2025 11:08:33 +0100 Subject: [PATCH] add php 8.5 to version matrix in tests.yaml --- .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 45288c0..4fdcef3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - php-version: [ '8.3', '8.4' ] + php-version: [ '8.3', '8.4', '8.5' ] name: Run tests on PHP v${{ matrix.php-version }}