Skip to content

Commit

Permalink
CI: build with GHC 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Apr 10, 2024
1 parent 666d943 commit bb47332
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ jobs:
matrix:
include:
- os: "windows-latest"
ghc-version: "9.2.7"
ghc-version: "9.8.2"
- os: "ubuntu-latest"
ghc-version: "9.4.4"
ghc-version: "9.8.2"
- os: "macos-latest"
ghc-version: "9.0.1"
ghc-version: "9.8.2"

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

steps:
- uses: actions/checkout@v2

- name: Install cabal/ghc
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc-version }}
cabal-version: '3.10.1.0'
cabal-version: '3.10.3.0'

- name: Set PATH for cabal-installed executables
run: |
Expand Down

0 comments on commit bb47332

Please sign in to comment.