ci: Bump Fabric to v3.1.0 for BFT Orderer tests

Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
This commit is contained in:
Tatsuya Sato 2025-03-19 01:39:01 +00:00
parent bf0dded403
commit ccb1908897
2 changed files with 4 additions and 4 deletions

View file

@ -36,9 +36,9 @@ jobs:
- name: Set up the test network runtime
uses: ./.github/actions/test-network-setup
# Note: The default Fabric version for CI is currently the latest LTS (v2.5.x).
# To test BFT Orderers, Fabric v3.0 is explicitly specified here.
# To test BFT Orderers, Fabric v3.x is explicitly specified here.
with:
fabric-version: 3.0.0
fabric-version: 3.1.0
- name: Run Test Network with BFT Orderers
working-directory: test-network

View file

@ -84,6 +84,6 @@ jobs:
CLIENT_LANGUAGE: typescript
CHAINCODE_LANGUAGE: java
# Note: The default Fabric version for CI is currently the latest LTS (v2.5.x).
# To test BFT Orderers, Fabric v3.0 is explicitly specified here.
FABRIC_VERSION: '3.0'
# To test BFT Orderers, Fabric v3.x is explicitly specified here.
FABRIC_VERSION: '3.1'
ORDERER_TYPE: bft