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