Skip to content

Commit

Permalink
Avoid specifying GHC patch version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ennocramer committed Aug 11, 2023
1 parent 186b195 commit 84bcf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest ]
ghc: [ 8.4.4, 8.6.5, 8.8.4, 8.10.7, 9.0.2, 9.2.8, 9.4.6, 9.6.2 ]
ghc: [ '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6' ]
exclude:
- os: macOS-latest
ghc: 8.4.4
ghc: '8.4'

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 84bcf31

Please sign in to comment.