Skip to content

Commit

Permalink
Upgrade GHC on CI to follow the Stackage LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
igrep committed Jul 27, 2021
1 parent f4f5dd7 commit 44877b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019]
ghc: ["8.10.3"] # stack.yamlのresolverに合わせて更新してください
ghc: ["8.10.4"] # stack.yamlのresolverに合わせて更新してください

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

0 comments on commit 44877b5

Please sign in to comment.