diff options
author | Artem Pelenitsyn <a.pelenitsyn@gmail.com> | 2021-11-27 05:14:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 11:14:17 +0100 |
commit | 0000202ce6e5a169877181efe8da0555fac109a3 (patch) | |
tree | 7fc3b2f50c5deaf9ced822a0c180658d5f56290b /.github/workflows/ci.yml | |
parent | bf9125b9d5a101eff316a059b614af3c3ea2d6b4 (diff) |
fix CI for 9.2 (#1436)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83677352..9268c6b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: os: [ubuntu-latest] - cabal: ["3.4"] + cabal: ["3.6"] ghc: - - "9.2.0.20210821" + - "9.2.1" steps: - uses: actions/checkout@v2 |