Skip to content

Commit

Permalink
Don't build with GHC 8.10 for this release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Aug 31, 2020
1 parent c29a9ce commit 1664c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ghc: ["8.6.5", "8.8.4", "8.10.2"]
ghc: ["8.6.5", "8.8.4"]
name: Cryptol - GHC v${{ matrix.ghc }} - ${{ matrix.os }}
env:
RELEASE: ${{ needs.outputs.outputs.release }}
Expand Down

0 comments on commit 1664c23

Please sign in to comment.