Skip to content

Commit

Permalink
.github/workflows/ci.yml: updated GHC versions and resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlix authored and ivanbakel committed Feb 15, 2023
1 parent 1d67650 commit da3eb33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
cabal:
name: cabal / ghc-${{matrix.ghc}} / ${{ matrix.os }}
continue-on-error: ${{ matrix.ghc == '9.4.2'}}
continue-on-error: ${{ matrix.ghc == '9.4.4'}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -22,8 +22,8 @@ jobs:
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.4"
- "9.4.2"
- "9.2.5"
- "9.4.4"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -69,7 +69,8 @@ jobs:
- "--resolver lts-16" # GHC 8.8.4
- "--resolver lts-18" # GHC 8.10.7
- "--resolver lts-19" # GHC 9.0.2
- "--resolver nightly" # GHC 9.2.4
- "--resolver lts-20" # GHC 9.2.5
- "--resolver nightly" # GHC 9.4.4

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit da3eb33

Please sign in to comment.