From b699cb801714067902cae93764a132eaac904674 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 31 Jan 2026 11:58:10 +0000 Subject: [PATCH] add php 8.5 to support matrix --- .github/workflows/continuous-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7700b5d6..2406c8fa 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -54,8 +54,8 @@ jobs: fail-fast: false matrix: php-version: - - "8.3" - "8.4" + - "8.5" steps: - name: "Checkout" uses: "actions/checkout@v4" @@ -104,6 +104,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" steps: - name: "Checkout" uses: "actions/checkout@v4"