From 61772b8e400c1ce76347680ebba50b5daf4faaeb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 1 Feb 2022 12:40:34 +0200 Subject: [PATCH] fix workflow --- .github/workflows/test-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 83883a1ebc..064f3f3f4a 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -26,9 +26,10 @@ jobs: - '8888:3306' options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 strategy: + fail-fast: false matrix: php-versions: ['7.4', '8.1'] - branches: ['master', 'fix'] + branches: ['master'] steps: - uses: actions/checkout@v2