From 227e390957932ab1c1aabeba1867eb679af1ba9c Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 15 Nov 2021 15:19:55 +0000 Subject: [PATCH] Check types only in stable versions of PHP --- .github/workflows/types.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/types.yml b/.github/workflows/types.yml index 31b13134caf6..9b42fae043e4 100644 --- a/.github/workflows/types.yml +++ b/.github/workflows/types.yml @@ -14,9 +14,6 @@ jobs: fail-fast: true matrix: php: ['8.0'] - include: - - php: '8.1' - flags: "--ignore-platform-req=php" name: PHP ${{ matrix.php }} @@ -39,5 +36,4 @@ jobs: command: composer update --prefer-stable --prefer-dist --no-interaction --no-progress ${{ matrix.flags }} - name: Execute type checking - continue-on-error: ${{ matrix.php > 8 }} run: vendor/bin/phpstan