diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91c43f4..00342a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - php: [ 7.1, 7.2, 7.3, 7.4 ] + php: [ 7.1, 7.2, 7.3, 7.4, 8.0 ] steps: - name: Checkout code uses: actions/checkout@v2