diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a1bab6..fcd337b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,6 +129,7 @@ jobs: - '7.2' - '7.3' - '7.4' + - '8.0' dependency: - 'lowest' - 'highest' @@ -140,7 +141,7 @@ jobs: with-examples: 'no' allow-failures: false coverage: xdebug - - php-version: '8.0' + - php-version: '8.1' dependency: 'highest' with-examples: 'no' allow-failures: true