Skip to content

Commit 722c0f7

Browse files
authored
Update ci.yml
1 parent 7635c5a commit 722c0f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- "8.10.7"
1616
- "8.8.4"
1717
cabal:
18-
- "3.8"
18+
- "3.8.0.0"
1919
os:
2020
- ubuntu-latest
2121
- macOS-latest
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- name: Set up Haskell
2626
id: setup-haskell-cabal
27-
uses: haskell/actions/setup@v1
27+
uses: haskell/actions/setup@v2
2828
with:
2929
ghc-version: ${{ matrix.ghc }}
3030
cabal-version: ${{ matrix.cabal }}
@@ -105,15 +105,15 @@ jobs:
105105
- "8.10.7"
106106
- "8.8.4"
107107
cabal:
108-
- "3.8"
108+
- "3.8.0.0"
109109
os:
110110
- windows-latest
111111
fail-fast: false
112112
steps:
113113
- uses: actions/checkout@v2
114114
- name: Set up Haskell
115115
id: setup-haskell-cabal
116-
uses: haskell/actions/setup@v1
116+
uses: haskell/actions/setup@v2
117117
with:
118118
ghc-version: ${{ matrix.ghc }}
119119
cabal-version: ${{ matrix.cabal }}

0 commit comments

Comments
 (0)