From 81c77ddde4cfb69683298067ed23fa5036938a54 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Wed, 15 Jul 2026 12:21:48 +0200 Subject: [PATCH] ci: Add PHP 8.5 to test matrix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fdec017..7f8ee76 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: code_quality: strategy: matrix: - php_version: [8.1, 8.2, 8.3, 8.4] + php_version: [8.1, 8.2, 8.3, 8.4, 8.5] runs-on: ubuntu-latest steps: - name: Checkout hypernode-deploy