From 7b6547aca0473f4855a788d76b83b1f16dbbfd8a Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Wed, 25 May 2022 10:21:56 -0700 Subject: [PATCH] Test GHC 9.0.2 and 9.2.2 with Stack (#170) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43df085..6efe221 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,10 @@ jobs: strategy: matrix: stack: ["2.7.3"] - ghc: ["8.10.7"] + ghc: + - "8.10.7" + - "9.0.2" + - "9.2.2" os: [ubuntu-latest] steps: