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: