Skip to content

Commit c93cf12

Browse files
authored
Updating CI to new get-tested version (v0.1.7.0) (#76)
1 parent e1ec16d commit c93cf12

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
steps:
2727
- name: Extract the tested GHC versions
2828
id: set-matrix
29-
uses: kleidukos/[email protected].6.0
29+
uses: kleidukos/[email protected].7.0
3030
with:
3131
cabal-file: rollbar-client/rollbar-client.cabal
32-
ubuntu: true
33-
version: 0.1.6.0
32+
ubuntu-version: latest
33+
macos-version: latest
34+
version: 0.1.7.0
3435
build:
3536
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
3637
needs: generate-matrix

0 commit comments

Comments
 (0)