diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe033c92..c03ba990 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ] + php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ] steps: - name: Checkout