diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2ec2c53d..e58f20f0c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: matrix: php_version: - '7.4' - #- '8.0' TODO change jk configuration to supports php 8 + - '8.0' steps: - uses: actions/checkout@v2