Skip to content

Commit

Permalink
ci: upgrade haskell image to 9.4 (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP authored Feb 23, 2024
1 parent 58ff7c4 commit 6f358be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
include:
- hs_image: "hstreamdb/haskell:9.2"
- hs_image: "hstreamdb/haskell:9.4"
ld_image: "hstreamdb/logdevice:latest"
tag: "${GITHUB_REF#refs/*/}"
- hs_image: "hstreamdb/haskell:rqlite_9.2"
- hs_image: "hstreamdb/haskell:rqlite_9.4"
ld_image: "hstreamdb/logdevice:rqlite"
tag: "rqlite_${GITHUB_REF#refs/*/}"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
strategy:
matrix:
include:
- hs_image: "hstreamdb/haskell:9.2"
- hs_image: "hstreamdb/haskell:9.4"
ld_image: "hstreamdb/logdevice"
tag: "latest"
- hs_image: "hstreamdb/haskell:rqlite_9.2"
- hs_image: "hstreamdb/haskell:rqlite_9.4"
ld_image: "hstreamdb/logdevice:rqlite"
tag: "rqlite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion hstream/hstream.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license-file: LICENSE
copyright: Copyright (c) 2020 EMQ Technologies Co., Ltd.
author: Feng Lee <[email protected]>
maintainer: [email protected], [email protected]
tested-with: GHC ==9.2.8
tested-with: GHC ==9.4.8
category: Database
homepage: https://github.com/hstreamdb/hstream
bug-reports: https://github.com/hstreamdb/hstream/issues
Expand Down

0 comments on commit 6f358be

Please sign in to comment.