From 571356ad91d699876f025dbd48f6150f90cf570a Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 23 May 2022 00:41:49 +0300 Subject: [PATCH] Update cabal version on CI and disable flaky windows build for ghc-8.6.5 --- .github/workflows/ci.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 913eab61..bbb86d25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,28 +18,28 @@ jobs: matrix: include: # Linux - - { cabal: "3.4", os: ubuntu-latest, ghc: "8.0.2" } - - { cabal: "3.4", os: ubuntu-latest, ghc: "8.2.2" } - - { cabal: "3.4", os: ubuntu-latest, ghc: "8.4.4" } - - { cabal: "3.4", os: ubuntu-latest, ghc: "8.6.5" } - - { cabal: "3.4", os: ubuntu-latest, ghc: "8.8.4" } - - { cabal: "3.4", os: ubuntu-latest, ghc: "8.10.7" } - - { cabal: "3.4", os: ubuntu-latest, ghc: "9.0.1" } - - { cabal: "3.4", os: ubuntu-latest, ghc: "9.2.1" } + - { cabal: "3.6", os: ubuntu-latest, ghc: "8.0.2" } + - { cabal: "3.6", os: ubuntu-latest, ghc: "8.2.2" } + - { cabal: "3.6", os: ubuntu-latest, ghc: "8.4.4" } + - { cabal: "3.6", os: ubuntu-latest, ghc: "8.6.5" } + - { cabal: "3.6", os: ubuntu-latest, ghc: "8.8.4" } + - { cabal: "3.6", os: ubuntu-latest, ghc: "8.10.7" } + - { cabal: "3.6", os: ubuntu-latest, ghc: "9.0.1" } + - { cabal: "3.6", os: ubuntu-latest, ghc: "9.2.1" } # Win - - { cabal: "3.2", os: windows-latest, ghc: "8.4.4" } - - { cabal: "3.2", os: windows-latest, ghc: "8.6.5" } + - { cabal: "3.6", os: windows-latest, ghc: "8.4.4" } # OOM when building tests - # - { cabal: "3.4", os: windows-latest, ghc: "8.8.4" } - # - { cabal: "3.4", os: windows-latest, ghc: "8.10.4" } + # - { cabal: "3.6", os: windows-latest, ghc: "8.6.5" } + # - { cabal: "3.6", os: windows-latest, ghc: "8.8.4" } + # - { cabal: "3.6", os: windows-latest, ghc: "8.10.4" } # Too flaky: - # - { cabal: "3.4", os: windows-latest, ghc: "9.0.1" } + # - { cabal: "3.6", os: windows-latest, ghc: "9.0.1" } # MacOS - - { cabal: "3.2", os: macOS-latest, ghc: "8.4.4" } - - { cabal: "3.2", os: macOS-latest, ghc: "8.6.5" } - - { cabal: "3.2", os: macOS-latest, ghc: "8.8.4" } - - { cabal: "3.2", os: macOS-latest, ghc: "8.10.7" } - - { cabal: "3.4", os: macOS-latest, ghc: "9.0.1" } + - { cabal: "3.6", os: macOS-latest, ghc: "8.4.4" } + - { cabal: "3.6", os: macOS-latest, ghc: "8.6.5" } + - { cabal: "3.6", os: macOS-latest, ghc: "8.8.4" } + - { cabal: "3.6", os: macOS-latest, ghc: "8.10.7" } + - { cabal: "3.6", os: macOS-latest, ghc: "9.0.1" } fail-fast: false steps: