From 4de256e8617492dc05c0071f5e59b6ac65ad6d6d Mon Sep 17 00:00:00 2001 From: DavidMazarro Date: Tue, 26 Mar 2024 13:55:07 +0100 Subject: [PATCH] chore: Updated get-tested action version to v0.1.7.0 --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bfb40a..b1e7e79 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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