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 e1ec16d commit c93cf12Copy full SHA for c93cf12
.github/workflows/main.yml
@@ -26,11 +26,12 @@ jobs:
26
steps:
27
- name: Extract the tested GHC versions
28
id: set-matrix
29
- uses: kleidukos/[email protected].6.0
+ uses: kleidukos/[email protected].7.0
30
with:
31
cabal-file: rollbar-client/rollbar-client.cabal
32
- ubuntu: true
33
- version: 0.1.6.0
+ ubuntu-version: latest
+ macos-version: latest
34
+ version: 0.1.7.0
35
build:
36
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
37
needs: generate-matrix
0 commit comments