From 01ba3d569844f2af37a7ae95bfdadc93251d0ec6 Mon Sep 17 00:00:00 2001 From: Jonathan King Date: Sun, 5 Feb 2023 20:01:16 +0000 Subject: [PATCH] Update actions version and add GHC 9.4.4 to matrix --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ad38f3..61bfb2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,14 @@ jobs: matrix: ghc: - "8.10.7" - - "9.2.2" + - "9.2.5" + - "9.4.4" steps: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: haskell/actions/setup@v1 + - uses: haskell/actions/setup@v2 name: Setup Haskell with: ghc-version: ${{ matrix.ghc }}