From cd0575f0eb8fbfabad32fdc73b80f7105d716e58 Mon Sep 17 00:00:00 2001 From: David Mazarro Date: Sun, 3 Mar 2024 16:14:46 +0000 Subject: [PATCH] ci: Modified GHC matrix - Changed GHC 9.2.6 in favor of latest fix version GHC 9.2.8 - Added GHC 9.4.8 to build matrix --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfdd826..91e5ca0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,8 @@ jobs: # - macos-latest - ubuntu-latest ghc: - - "9.2.6" + - "9.4.8" + - "9.2.8" - "8.10.7" steps: