diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d8365ecc..e2e6e0cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,10 +24,9 @@ jobs: - '7.3' - '7.4' - '8.0' + - '8.1' composer-options: [''] experimental: [false] - include: - - { php-version: '8.1', experimental: true, composer-options: '--ignore-platform-req=php' } steps: - name: "Checkout code" @@ -83,6 +82,7 @@ jobs: - '7.3' - '7.4' - '8.0' + - '8.1' extension: - 'extra/cssinliner-extra' - 'extra/html-extra' @@ -91,6 +91,8 @@ jobs: - 'extra/markdown-extra' - 'extra/string-extra' - 'extra/twig-extra-bundle' + composer-options: [''] + experimental: [false] steps: - name: "Checkout code"