diff --git a/.github/workflows/test_other_branches.yml b/.github/workflows/test_other_branches.yml index 677687a..9c1d0de 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.26', '8.2', '8.3'] + php: ['7.4', '8.0', '8.2', '8.3'] steps: - name: Set up PHP