Skip to content

Commit d3ec6f6

Browse files
Reduce number of Cabal version jobs
1 parent f4fe06e commit d3ec6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
strategy:
245245
fail-fast: false
246246
matrix:
247-
cabal: ['3.0.0.0', '3.2.0.0', '3.4.1.0', '3.6.2.0', '3.8.1.0', '3.10.3.0', '3.12.1.0']
247+
cabal: ['3.0.0.0']
248248
ghc: ['8.8.4']
249249
steps:
250250
- name: Checkout

0 commit comments

Comments
 (0)