Skip to content

Commit

Permalink
Update get-tested (#65)
Browse files Browse the repository at this point in the history
* Update get-tested
  • Loading branch information
Kleidukos committed Mar 7, 2024
1 parent e923913 commit af9a822
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
steps:
- name: Extract the tested GHC versions
id: set-matrix
uses: kleidukos/get-tested@v0.1.6.0
uses: kleidukos/get-tested@v0.1.7.0
with:
cabal-file: text-display.cabal
ubuntu: true
version: 0.1.6.0
ubuntu-version: "latest"
macos: true
version: 0.1.7.0
tests:
name: ${{ matrix.ghc }} on ${{ matrix.os }}
needs: generate-matrix
Expand Down

0 comments on commit af9a822

Please sign in to comment.