Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Jan 3, 2024
1 parent fc87b4b commit 1e9c7d9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ jobs:
fail-fast: false
matrix:
versions:
- ghc: '8.6.5'
cabal: '3.6'
- ghc: '8.8.4'
cabal: '3.6'
- ghc: '8.10.4'
cabal: '3.6'
- ghc: '9.0.2'
cabal: '3.6'
- ghc: '9.2.4'
cabal: '3.6'
- ghc: '9.4.6'
cabal: '3.6'
# - ghc: '9.6.3'
# cabal: '3.6'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 1e9c7d9

Please sign in to comment.