Skip to content

Commit 527b0c8

Browse files
committed
Install latest cabal
1 parent 33586d8 commit 527b0c8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,15 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
18-
cabal: ['3.8.1.0']
1918
include:
2019
- os: macos-13
2120
ghc: '9.4'
22-
cabal: '3.8.1.0'
2321
- os: macos-13
2422
ghc: '9.6'
25-
cabal: '3.8.1.0'
2623
- os: windows-latest
2724
ghc: '9.4'
28-
cabal: '3.8.1.0'
2925
- os: windows-latest
3026
ghc: '9.6'
31-
cabal: '3.8.1.0'
3227
steps:
3328
- uses: actions/checkout@v4
3429

@@ -41,7 +36,7 @@ jobs:
4136
- uses: haskell/ghcup-setup@v1
4237
with:
4338
ghc: ${{ matrix.ghc }}
44-
cabal: ${{ matrix.cabal }}
39+
cabal: latest
4540

4641
- name: Build
4742
run: |
@@ -146,7 +141,7 @@ jobs:
146141
- uses: haskell/ghcup-setup@v1
147142
with:
148143
ghc: ${{ matrix.ghc }}
149-
cabal: ${{ matrix.cabal }}
144+
cabal: latest
150145

151146
- name: Run build
152147
run: |
@@ -175,7 +170,7 @@ jobs:
175170
- uses: haskell/ghcup-setup@v1
176171
with:
177172
ghc: ${{ matrix.ghc }}
178-
cabal: ${{ matrix.cabal }}
173+
cabal: latest
179174

180175
- name: Run build
181176
run: |

0 commit comments

Comments
 (0)