Skip to content

Commit

Permalink
Merge pull request #2 from haskell-works/newhoggy/update-ghc-versions…
Browse files Browse the repository at this point in the history
…-in-ci

Update ghc versions in CI
  • Loading branch information
newhoggy committed Feb 26, 2024
2 parents 0d769d9 + 4ee4269 commit 00a99c5
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.8.1", "9.6.3", "9.4.8"]
ghc: ["9.8.2", "9.6.4", "9.4.8"]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion rds-data-codecs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainer: newhoggy@gmail.com
copyright: 2024 John Ky
license: BSD-3-Clause
license-file: LICENSE
tested-with: GHC == 9.8.1, GHC == 9.6.3, GHC == 9.4.8
tested-with: GHC == 9.8.2, GHC == 9.6.4, GHC == 9.4.8
build-type: Simple
extra-source-files: README.md
test/files/golden/rds-row.json
Expand Down

0 comments on commit 00a99c5

Please sign in to comment.