Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jul 8, 2024
1 parent eafdda8 commit 20dc56e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
include:
- os: windows-latest
ghc: 'latest'
Expand Down
3 changes: 2 additions & 1 deletion chimera.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ copyright: 2017-2019 Bodigrim
maintainer: [email protected]
author: Bodigrim
tested-with:
ghc ==9.8.1 ghc ==9.6.3 ghc ==9.4.8 ghc ==9.2.8 ghc ==9.0.2
ghc ==9.10.1
ghc ==9.8.2 ghc ==9.6.6 ghc ==9.4.8 ghc ==9.2.8 ghc ==9.0.2
ghc ==8.10.7 ghc ==8.8.4 ghc ==8.6.5 ghc ==8.4.4 ghc ==8.2.2

homepage: https://github.com/Bodigrim/chimera#readme
Expand Down

0 comments on commit 20dc56e

Please sign in to comment.