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 e923913 commit af9a822Copy full SHA for af9a822
.github/workflows/ci.yml
@@ -15,11 +15,12 @@ jobs:
15
steps:
16
- name: Extract the tested GHC versions
17
id: set-matrix
18
- uses: kleidukos/[email protected].6.0
+ uses: kleidukos/[email protected].7.0
19
with:
20
cabal-file: text-display.cabal
21
- ubuntu: true
22
- version: 0.1.6.0
+ ubuntu-version: "latest"
+ macos: true
23
+ version: 0.1.7.0
24
tests:
25
name: ${{ matrix.ghc }} on ${{ matrix.os }}
26
needs: generate-matrix
0 commit comments