From 9a3fd77a3ad32c9e506653e468b73d5b701ef6f5 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Wed, 2 Feb 2022 23:50:10 -0800 Subject: [PATCH] minor updates to GitHub Actions --- .github/workflows/master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 04b94995..a7bb35e1 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,12 +13,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - cabal: ["3.4"] + cabal: ["3.6"] ghc: - "8.6.5" - "8.8.4" - "8.10.7" - - "9.0.1" + - "9.0.2" steps: - uses: actions/checkout@v2 @@ -93,7 +93,7 @@ jobs: strategy: matrix: stack: ["2.7.3"] - ghc: ["8.10.4"] + ghc: ["8.10.7"] steps: - uses: actions/checkout@v2