Skip to content

Commit af9a822

Browse files
authored
Update get-tested (#65)
* Update get-tested
1 parent e923913 commit af9a822

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
steps:
1616
- name: Extract the tested GHC versions
1717
id: set-matrix
18-
uses: kleidukos/[email protected].6.0
18+
uses: kleidukos/[email protected].7.0
1919
with:
2020
cabal-file: text-display.cabal
21-
ubuntu: true
22-
version: 0.1.6.0
21+
ubuntu-version: "latest"
22+
macos: true
23+
version: 0.1.7.0
2324
tests:
2425
name: ${{ matrix.ghc }} on ${{ matrix.os }}
2526
needs: generate-matrix

0 commit comments

Comments
 (0)