From 0aee289f03ae8e8dd478eb0136975fb669e07139 Mon Sep 17 00:00:00 2001 From: Phan An Date: Tue, 22 Dec 2020 10:37:56 +0100 Subject: [PATCH] allow 8.1 to fail --- .github/workflows/main.yaml | 5 +++++ .idea/workspace.xml | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e44b22af..dc50ec10 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -3,9 +3,14 @@ on: [push] jobs: run: runs-on: ubuntu-latest + continue-on-error: ${{ matrix.experimental }} strategy: matrix: php-version: [7.3, 7.4, 8.0, 8.1] + experimental: [false] + include: + - php-version: 8.1 + experimental: true fail-fast: false steps: - uses: actions/checkout@v1 diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7319a7dd..03b5a810 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,8 @@ + - -