From bafeaa2f7528c9cfc008be4cf295fe9ceaf7d1bf Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Thu, 12 Aug 2021 12:27:33 +0300 Subject: [PATCH] Update ghc, cabal, stack versions used by CI --- .github/workflows/ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d1ef14..8b3c044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - cabal: ["3.2"] + cabal: ["3.4"] # If you update this list of supported compiler versions, # make sure to update the `tested-with` section of `universum.cabal`. ghc: @@ -39,13 +39,18 @@ jobs: - "8.6.5" - "8.8.3" - "8.10.1" + - "9.0" exclude: - os: macOS-latest ghc: 8.10.1 + - os: macOS-latest + ghc: 8.8.3 - os: macOS-latest ghc: 8.6.5 - os: macOS-latest ghc: 8.4.4 + - os: windows-latest + ghc: 8.10.1 - os: windows-latest ghc: 8.8.3 - os: windows-latest @@ -89,8 +94,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - stack: ["2.3"] - ghc: ["8.8.3"] + stack: ["2.5"] + ghc: ["8.10.3"] steps: - uses: actions/checkout@v2