Skip to content

Commit e84106a

Browse files
authored
Merge pull request #335 from TripShot/ci
Update CI
2 parents 64b0fb2 + fa9ea36 commit e84106a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
matrix:
3030
os: [ubuntu-latest]
3131
ghc:
32-
- "8.8.4"
3332
- "8.10.7"
3433
- "9.0.2"
3534
- "9.2"
3635
- "9.4"
3736
- "9.6"
3837
- "9.8"
38+
- "9.10"
3939
include:
40-
- { os: macOS-latest, ghc: "9.8" }
41-
- { os: windows-latest, ghc: "9.8" }
40+
- { os: macOS-latest, ghc: "9.10" }
41+
- { os: windows-latest, ghc: "9.10" }
4242

4343
steps:
4444
- uses: actions/checkout@v4

snap-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ bug-reports: https://github.com/snapframework/snap-core/issues
3636
category: Web, Snap, IO-Streams
3737

3838
tested-with:
39-
GHC == 8.8.4
4039
GHC == 8.10.7
4140
GHC == 9.0.2
4241
GHC == 9.2.8
4342
GHC == 9.4.8
44-
GHC == 9.6.4
43+
GHC == 9.6.6
4544
GHC == 9.8.2
45+
GHC == 9.10.1
4646

4747
extra-source-files:
4848
test/TestSuite.hs,

0 commit comments

Comments
 (0)