We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f873af0 commit 4063a98Copy full SHA for 4063a98
.github/workflows/ci.yml
@@ -67,12 +67,7 @@ jobs:
67
# dependencies.
68
cabal:
69
name: newest
70
- runs-on: ${{ matrix.os }}
71
- strategy:
72
- matrix:
73
- include:
74
- - ghc-version: '9.8.1'
75
- os: ubuntu-latest
+ runs-on: ubuntu-latest
76
77
steps:
78
- uses: actions/checkout@v2
@@ -81,8 +76,8 @@ jobs:
81
id: setup-haskell-cabal
82
name: Setup Cabal
83
with:
84
- ghc-version: ${{ matrix.ghc }}
85
- cabal-version: ${{ matrix.cabal }}
79
+ ghc-version: '9.8.1'
80
+ cabal-version: latest
86
87
# This freeze file is regenerated on every build, so we will always test
88
# with the most recent version of our dependencies allowed by our upper
0 commit comments