Skip to content

Commit 7e416a7

Browse files
committed
Add GHC 9.8 to CI
1 parent 5c8eb83 commit 7e416a7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,16 @@ jobs:
3434
- "9.2"
3535
- "9.4"
3636
- "9.6"
37+
- "9.8"
3738
include:
38-
- { os: macOS-latest, ghc: "9.6" }
39-
- { os: windows-latest, ghc: "9.6" }
39+
- { os: macOS-latest, ghc: "9.8" }
40+
- { os: windows-latest, ghc: "9.8" }
4041

4142
steps:
4243
- uses: actions/checkout@v3
4344

4445
- name: Set up GHC ${{ matrix.ghc-version }}
45-
uses: haskell/actions/setup@v2
46+
uses: haskell-actions/setup@v2
4647
id: setup
4748
with:
4849
ghc-version: ${{ matrix.ghc }}
@@ -99,7 +100,7 @@ jobs:
99100

100101
- uses: actions/checkout@v3
101102

102-
- uses: haskell/actions/setup@v2
103+
- uses: haskell-actions/setup@v2
103104
name: Setup Haskell Stack
104105
with:
105106
ghc-version: ${{ matrix.ghc }}

io-streams-haproxy.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ tested-with:
3131
GHC == 8.10.7
3232
GHC == 9.0.2
3333
GHC == 9.2.8
34-
GHC == 9.4.5
35-
GHC == 9.6.2
34+
GHC == 9.4.7
35+
GHC == 9.6.3
36+
GHC == 9.8.1
3637

3738
source-repository head
3839
type: git

0 commit comments

Comments
 (0)