Skip to content

Commit

Permalink
chore: Updated get-tested action version to v0.1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMazarro committed Mar 26, 2024
1 parent e1ec16d commit 4de256e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,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: rollbar-client/rollbar-client.cabal
ubuntu: true
version: 0.1.6.0
ubuntu-version: latest
macos-version: latest
version: 0.1.7.0
build:
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
needs: generate-matrix
Expand Down

0 comments on commit 4de256e

Please sign in to comment.