From 2d6a0ffc0697dff10eeae9538e0abfea744ba7c7 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Thu, 22 Aug 2024 16:24:46 +0700 Subject: [PATCH] Test GHC 9.8 and 9.10 on CI --- .gitattributes | 1 + .github/workflows/ci.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4d08d7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.cabal linguist-generated=true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87f561c..7652639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,11 @@ jobs: - "8.10.7" - "9.0.2" - "9.2.4" + include: + - os: ubuntu-latest + ghc: "9.8" + - os: ubuntu-latest + ghc: "9.10" exclude: - os: macOS-latest ghc: 8.8.4