Change benchmarks to use ghc 9.2.2 instead of 8.8.4.
This commit is contained in:
parent
f4a7ba967e
commit
acb187753a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue