Skip to content

Commit

Permalink
bump cardano-node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 7, 2024
1 parent 9519fb6 commit fdc6720
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
os: [ linux ]
arch: [ x86_64 ]
network: [ preview ]
cardano-node: [ 8.9.0 ]
cardano-node: [ 8.9.2, 8.10.1-pre ]

runs-on: ${{ matrix.os == 'linux' && 'ubuntu-22.04' }}
steps:
Expand Down Expand Up @@ -404,8 +404,8 @@ jobs:
os: [ linux ]
target: [ cardano-node-ogmios ]
network: [ mainnet, preprod, preview, sanchonet ]
cardano-node: [ 8.9.0 ]
cardano-node-latest: [ 8.9.0 ]
cardano-node: [ 8.9.2, 8.10.1-pre ]
cardano-node-latest: [ 8.9.2 ]
arch: [ x86_64 ]
steps:
- name: 📥 Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/network-synchronization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
network: [ preview ]
ogmios_version: [ v6.2.0 ]
cardano_node_version: [ 8.9.0 ]
cardano_node_version: [ 8.9.2 ]

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

ARG CARDANO_NODE_IMAGE=ghcr.io/intersectmbo/cardano-node:8.9.0
ARG CARDANO_NODE_IMAGE=ghcr.io/intersectmbo/cardano-node:8.9.2

# #
# --------------------------- BUILD (ogmios) --------------------------------- #
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@

## Compatibility

| Ogmios | Cardano-node |
| --- | --- |
| `v5.6.0` | `1.35.4`, `1.35.7` |
| `v6.1.0` | `8.7.3`, `8.8.0-pre` |
| `v6.2.0` | `8.9.0` |
| Ogmios | Cardano-node |
| --- | --- |
| `v5.6.0` | `1.35.4`, `1.35.7` |
| `v6.1.0` | `8.7.3`, `8.8.0-pre` |
| `v6.2.0` | `8.9.0` |
| `v6.3.0` | `8.9.2`, `8.10.1-pre` |

[SanchoNet]: https://sancho.network/

Expand Down

0 comments on commit fdc6720

Please sign in to comment.