From ddc7097ce0c33ff62790dc5b09de0d7e82ca8ec4 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Sat, 31 Jan 2026 10:46:53 +0100 Subject: [PATCH] add php 8.5 to github action workflow --- .github/workflows/workflow-v3.yml | 2 +- .github/workflows/workflow-v4.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-v3.yml b/.github/workflows/workflow-v3.yml index d93dfde..363d73b 100644 --- a/.github/workflows/workflow-v3.yml +++ b/.github/workflows/workflow-v3.yml @@ -73,7 +73,7 @@ jobs: needs: [code-style-php] strategy: matrix: - php_version: ['8.1', '8.2', '8.3'] + php_version: ['8.1', '8.2', '8.3', '8.4', '8.5'] steps: - uses: actions/checkout@v4 - name: Run Unit tests diff --git a/.github/workflows/workflow-v4.yml b/.github/workflows/workflow-v4.yml index 2d6bba3..125b88d 100644 --- a/.github/workflows/workflow-v4.yml +++ b/.github/workflows/workflow-v4.yml @@ -73,7 +73,7 @@ jobs: needs: [code-style-php] strategy: matrix: - php_version: ['8.3', '8.4'] + php_version: ['8.3', '8.4', '8.5'] steps: - uses: actions/checkout@v4 - name: Run Unit tests