Skip to content

Commit

Permalink
upgrade tested compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Jul 11, 2023
1 parent f3787cb commit 24e1792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
ghc: [8.6.5, 8.8.3, 8.10.1]
ghc: ['9.2.8', '9.4.4', '9.6.2']
test: [doctest, spec]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion either-result.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainer: kazuki.okamoto@kakkun61.com
copyright: 2020 Kazuki Okamoto (岡本和樹)
category: Data
build-type: Simple
tested-with: GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
tested-with: GHC == 9.2.8, GHC == 9.4.4, GHC == 9.6.2
extra-source-files: README.md,
CHANGELOG.md

Expand Down

0 comments on commit 24e1792

Please sign in to comment.