From 3deeb0b2c00d27fe3df2e7106ce39a3dedcbd7aa Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 2 Jan 2022 13:42:30 +0100 Subject: [PATCH] Add 8.1 in tests --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d8365ecc65..e2e6e0cb13d 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"