Change benchmarks to use ghc 9.2.2 instead of 8.8.4.

This commit is contained in:
John MacFarlane 2022-03-24 09:57:29 -07:00
parent f4a7ba967e
commit acb187753a

View file

@ -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