Skip to content

Commit

Permalink
Move CI to GHC 9.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jun 3, 2023
1 parent 607b734 commit 3e2b296
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
cabal: ["3.8"]
ghc:
- "9.0.2"
- "9.2.7"
- "9.2.8"
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v2.0.1
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2.4.3
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -43,11 +43,15 @@ jobs:
cabal: ["3.8"]
ghc:
- "9.0.2"
- "9.2.7"
- "9.2.8"
winio: [false]
include:
- ghc: "9.2.8"
cabal: "3.8"
winio: true
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v2.0.1
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2.4.3
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 3e2b296

Please sign in to comment.