summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-03-24 09:57:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-03-24 09:57:32 -0700
commitacb187753a9ddaa62b7b0fab21005d39e1b4a646 (patch)
treea074853bdd44f6acb771404f660f27cd3eeabc72 /.github
parentf4a7ba967e739239173bc2440b4e1c6ba3cf41f0 (diff)
Change benchmarks to use ghc 9.2.2 instead of 8.8.4.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b4bbd89fa..26084b71d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -205,10 +205,10 @@ jobs:
fail-fast: true
matrix:
versions:
- - ghc: '8.8.4'
- cabal: '3.2'
- ghc: '8.10.7'
cabal: '3.2'
+ - ghc: '9.2.2'
+ cabal: '3.6'
steps:
- uses: actions/checkout@v2