From 12484d9afc774ce53cdff9fac6e9bfae2bd77fb0 Mon Sep 17 00:00:00 2001 From: Mark Rogoyski Date: Tue, 27 Feb 2024 19:26:49 -0800 Subject: [PATCH] Testing CI. --- .github/workflows/test_other_branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_other_branches.yml b/.github/workflows/test_other_branches.yml index daf4e0f..677687a 100644 --- a/.github/workflows/test_other_branches.yml +++ b/.github/workflows/test_other_branches.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.4', '8.0', '8.1', '8.2', '8.3'] + php: ['7.4', '8.0', '8.1.26', '8.2', '8.3'] steps: - name: Set up PHP