diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6daaa31..6cebfc5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,7 @@ jobs: php: - '7.4' - '8.0' + - '8.1' coverage: ['none'] symfony-versions: - '4.4.*' @@ -21,6 +22,7 @@ jobs: - '5.2.*' - '5.3.*' include: + - description: 'Log Code Coverage' php: '8.0' coverage: 'xdebug'