Skip to content

Commit

Permalink
Update Fabric versions used for testing (#213)
Browse files Browse the repository at this point in the history
This change updates from the Fabric v3.0.0-preview release.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday authored Feb 21, 2025
1 parent 8076aa4 commit 4a0b1ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@ jobs:
fail-fast: false
matrix:
include:
- FABRIC_VERSION: "2.5.3"
- FABRIC_VERSION: "2.5.11"
CREATE_CHANNEL: "create_channel"
CONSENSUS: RAFT
- FABRIC_VERSION: "2.5.3"
- FABRIC_VERSION: "2.5.11"
CREATE_CHANNEL: "existing_channel"
CONSENSUS: RAFT
- FABRIC_VERSION: "3.0.0-preview"
- FABRIC_VERSION: "3.0.0"
CREATE_CHANNEL: "create_channel"
CONSENSUS: RAFT
- FABRIC_VERSION: "3.0.0-preview"
- FABRIC_VERSION: "3.0.0"
CREATE_CHANNEL: "existing_channel"
CONSENSUS: RAFT
- FABRIC_VERSION: "3.0.0-preview"
- FABRIC_VERSION: "3.0.0"
CREATE_CHANNEL: "create_channel"
CONSENSUS: BFT
- FABRIC_VERSION: "3.0.0-preview"
- FABRIC_VERSION: "3.0.0"
CREATE_CHANNEL: "existing_channel"
CONSENSUS: BFT
steps:
Expand Down

0 comments on commit 4a0b1ab

Please sign in to comment.