diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-03-24 09:57:29 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-03-24 09:57:32 -0700 |
| commit | acb187753a9ddaa62b7b0fab21005d39e1b4a646 (patch) | |
| tree | a074853bdd44f6acb771404f660f27cd3eeabc72 /.github | |
| parent | f4a7ba967e739239173bc2440b4e1c6ba3cf41f0 (diff) | |
Change benchmarks to use ghc 9.2.2 instead of 8.8.4.
Diffstat (limited to '.github')
| -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 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 |
