From 4c3c8f00ae7fa740e04a3d81fd6b733af91e451e Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Fri, 15 Nov 2024 22:38:10 +0100 Subject: [PATCH] something is odd with sqlite --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2f9650b1b70..589e82dc6be 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ on: - tests/** env: - fail-fast: true + fail-fast: false #temporary jobs: phpunit-smoke-check: @@ -33,7 +33,7 @@ jobs: strategy: matrix: php-version: - - "7.2" +# - "7.2" - "7.3" - "7.4" - "8.0"