Skip to content

Commit

Permalink
update supported GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd committed Oct 26, 2024
1 parent cf7f40e commit b912386
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push: {}
push:
branches:
- main
pull_request: {}
workflow_dispatch : {}
jobs:
Expand All @@ -13,7 +15,9 @@ jobs:
ghc:
- "9.2.8"
- "9.4.8"
- "9.6.4"
- "9.6.6"
- "9.8.2"
- "9.10.1"
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -28,7 +32,7 @@ jobs:
ghcup list
ghcup rm ghc ${{ matrix.ghc }} || true
ghcup install ghc ${{ matrix.ghc }} --set
ghcup install cabal 3.10.2.1 --set
ghcup install cabal 3.12.1.0 --set
cabal update
- name: Build
run: |
Expand Down

0 comments on commit b912386

Please sign in to comment.