From 8e289b7a7d3ead5cfbb357aaaced98ea4d21cc6e Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 2 Aug 2021 12:59:07 +0100 Subject: [PATCH] Adds continue-on-error for php 8.1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c6aee051..4b32d726 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: php: ['7.3', '7.4', '8.0', '8.1'] dependency-version: [prefer-lowest, prefer-stable] include: - - os: '8.1' + - php: '8.1' continue-on-error: true name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}