diff --git a/.github/workflows/test_php_ext.yml b/.github/workflows/test_php_ext.yml index ec65715119f47..e80afa086562d 100644 --- a/.github/workflows/test_php_ext.yml +++ b/.github/workflows/test_php_ext.yml @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false # Don't cancel all jobs if one fails. matrix: - version: ["7.4", "8.1", "8.2"] + version: ["8.0", "8.1", "8.2"] name: Build ${{ matrix.version }} runs-on: ubuntu-latest steps: