From 113ea7662d93be4ad16bbb5a2a72b84186b62ec9 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 19 Oct 2021 16:03:41 +0200 Subject: [PATCH 1/2] Test on PHP 8.1 --- .github/workflows/tests.yml | 4 ---- .github/workflows/types.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd4393b6..1a839cdf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,10 +28,6 @@ jobs: tools: composer:v2 coverage: none - - name: Mimic PHP 8.0 - run: composer config platform.php 8.0.999 - if: matrix.php > 8 - - name: Setup Problem Matches run: | echo "::add-matcher::${{ runner.tool_cache }}/php.json" diff --git a/.github/workflows/types.yml b/.github/workflows/types.yml index b831a292..65800ee0 100644 --- a/.github/workflows/types.yml +++ b/.github/workflows/types.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0] + php: [8.0, 8.1] name: PHP ${{ matrix.php }} From c7365bdb03381a5c795981819b72e8963b31d72c Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 19 Oct 2021 16:19:13 +0200 Subject: [PATCH 2/2] Update types.yml --- .github/workflows/types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/types.yml b/.github/workflows/types.yml index 65800ee0..b831a292 100644 --- a/.github/workflows/types.yml +++ b/.github/workflows/types.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1] + php: [8.0] name: PHP ${{ matrix.php }}