diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3f44655fd58..59e3c6059bc 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -6,10 +6,6 @@ defaults: run: shell: bash -# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency. -concurrency: - group: ${{ github.ref }}-${{ github.workflow }} - cancel-in-progress: true on: push: @@ -36,6 +32,7 @@ jobs: outputs: GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }} strategy: + fail-fast: false matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] ghc: ["9.6.3", "9.4.7", "9.2.8", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"]