Skip to content

Commit

Permalink
Reduce number of Cabal version jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Jul 30, 2024
1 parent ef300fe commit 3b4d5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
strategy:
fail-fast: false
matrix:
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']
cabal: ['3.0.0.0']
ghc: ['8.8.4']
steps:
- name: Checkout
Expand Down

0 comments on commit 3b4d5f4

Please sign in to comment.