Skip to content

Commit

Permalink
set precise ghc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bravit committed Oct 23, 2023
1 parent 5b8ed73 commit 5855014
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['9.6', '9.4', '9.2']
ghc: ['9.6.3', '9.4.7', '9.2']
name: Haskell GHC ${{ matrix.ghc }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5855014

Please sign in to comment.