Skip to content

Commit 4386bab

Browse files
committed
another attempt to fix github action
1 parent cd8f843 commit 4386bab

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.17.20240109
11+
# version: 0.18.1
1212
#
13-
# REGENDATA ("0.17.20240109",["github","happstack-server-tls.cabal"])
13+
# REGENDATA ("0.18.1",["github","happstack-server-tls.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -33,11 +33,6 @@ jobs:
3333
compilerVersion: 9.10.1
3434
setup-method: ghcup
3535
allow-failure: false
36-
- compiler: ghc-9.8.1
37-
compilerKind: ghc
38-
compilerVersion: 9.8.1
39-
setup-method: ghcup
40-
allow-failure: false
4136
- compiler: ghc-9.8.2
4237
compilerKind: ghc
4338
compilerVersion: 9.8.2
@@ -197,7 +192,7 @@ jobs:
197192
chmod a+x $HOME/.cabal/bin/cabal-plan
198193
cabal-plan --version
199194
- name: checkout
200-
uses: actions/checkout@v3
195+
uses: actions/checkout@v4
201196
with:
202197
path: source
203198
env:

happstack-server-tls.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Copyright: 2012-2019, Jeremy Shaw
1111
Category: Web, Happstack
1212
Build-type: Simple
1313
Cabal-version: >=1.10
14-
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.5, GHC==9.4.8, GHC==9.6.4, GHC==9.8.1
14+
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.5, GHC==9.4.8, GHC==9.6.4, GHC==9.8.2
1515
extra-source-files: README.md
1616

1717
source-repository head

0 commit comments

Comments
 (0)