Skip to content

Commit

Permalink
Use GHC 8.10.4 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh committed Apr 30, 2021
1 parent 967d179 commit 5b0283e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
cabal: ["3.0"]
ghc: ["8.8.4"]
cabal: ["3.4"]
ghc: ["8.10.4"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -53,8 +53,11 @@ jobs:
git gc --aggressive
git remote update --prune
git remote set-head origin -a
- name: Test
if: matrix.os != 'macOS-latest'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cabal test

hlint:
Expand Down

0 comments on commit 5b0283e

Please sign in to comment.