diff --git a/.github/workflows/ci-php.yml b/.github/workflows/ci-php.yml index af77fbcf..8d181172 100644 --- a/.github/workflows/ci-php.yml +++ b/.github/workflows/ci-php.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.3] + php: ['7.2', '8.0'] dependency-version: [prefer-stable] steps: - uses: actions/checkout@v1