Skip to content

Commit e8e693b

Browse files
committed
Update CI
1 parent d7f918d commit e8e693b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
matrix:
2929
os: [ubuntu-latest]
3030
ghc:
31-
- "8.8"
3231
- "8.10"
3332
- "9.0"
3433
- "9.2"
3534
- "9.4"
3635
- "9.6"
3736
- "9.8"
37+
- "9.10"
3838
include:
39-
- { os: macOS-latest, ghc: "9.8" }
40-
- { os: windows-latest, ghc: "9.8" }
39+
- { os: macOS-latest, ghc: "9.10" }
40+
- { os: windows-latest, ghc: "9.10" }
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444

4545
- name: Set up GHC ${{ matrix.ghc-version }}
4646
uses: haskell-actions/setup@v2
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: nikeee/setup-pandoc@v1
100100

101-
- uses: actions/checkout@v3
101+
- uses: actions/checkout@v4
102102

103103
- uses: haskell-actions/setup@v2
104104
name: Setup Haskell Stack

io-streams-haproxy.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ extra-doc-files:
2727
Bug-Reports: https://github.com/snapframework/io-streams-haproxy/issues
2828

2929
tested-with:
30-
GHC == 8.8.4
3130
GHC == 8.10.7
3231
GHC == 9.0.2
3332
GHC == 9.2.8
34-
GHC == 9.4.7
35-
GHC == 9.6.3
36-
GHC == 9.8.1
33+
GHC == 9.4.8
34+
GHC == 9.6.6
35+
GHC == 9.8.2
36+
GHC == 9.10.1
3737

3838
source-repository head
3939
type: git

0 commit comments

Comments
 (0)