Skip to content

Commit 34b609d

Browse files
authored
Merge pull request #117 from haskellari/simple-ci-cabal-3.10
Simple CI: update cabal version
2 parents c8cfbe4 + 0a6cce3 commit 34b609d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/simple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
2727
- name: Set up Haskell
2828
id: setup-haskell
29-
uses: haskell/actions/setup@v1
29+
uses: haskell/actions/setup@v2
3030
with:
3131
ghc-version: ${{ matrix.ghc }}
32-
cabal-version: '3.8.1.0'
32+
cabal-version: '3.10.1.0'
3333

3434
- name: Set up PostgreSQL
3535
uses: ikalnytskyi/action-setup-postgres@v3

0 commit comments

Comments
 (0)