diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc58260..dfddfd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ] + php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -47,7 +47,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ] + php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] runs-on: ${{ matrix.os }} steps: - name: Checkout