Skip to content

Commit a3a6e5f

Browse files
authored
Merge pull request #161 from TripShot/ci
Update CI
2 parents 08a3dce + d6a0fdf commit a3a6e5f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
matrix:
2727
os: [ubuntu-latest]
2828
ghc:
29-
- "8.8"
3029
- "8.10"
3130
- "9.0"
3231
- "9.2"
3332
- "9.4"
3433
- "9.6"
3534
- "9.8"
35+
- "9.10"
3636
# TODO: HsOpenSSL fails to build on Windows and macOS without openssl.
3737
# include:
3838
# - { os: macOS-latest, ghc: "9.8" }
3939
# - { os: windows-latest, ghc: "9.8" }
4040

4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343

4444
- name: Set up GHC ${{ matrix.ghc-version }}
4545
uses: haskell-actions/setup@v2
@@ -94,7 +94,7 @@ jobs:
9494
ghc: "9.8"
9595

9696
steps:
97-
- uses: actions/checkout@v3
97+
- uses: actions/checkout@v4
9898

9999
- uses: haskell-actions/setup@v2
100100
name: Setup Haskell Stack

snap-server.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ extra-source-files:
3333
testserver/static/hello.txt
3434

3535
tested-with:
36-
GHC == 8.8.4
3736
GHC == 8.10.7
3837
GHC == 9.0.2
3938
GHC == 9.2.8
40-
GHC == 9.4.7
41-
GHC == 9.6.3
42-
GHC == 9.8.1
39+
GHC == 9.4.8
40+
GHC == 9.6.6
41+
GHC == 9.8.2
42+
GHC == 9.10.1
4343

4444
Flag portable
4545
Description: Compile in cross-platform mode. No platform-specific code or

0 commit comments

Comments
 (0)