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