Skip to content

Commit a2925de

Browse files
committed
use community edition
1 parent d90f325 commit a2925de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/deploy-aerolab/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
aerospike_version:
66
description: "Aerospike version for cluster creation"
77
required: false
8-
default: "8.1.0.1"
8+
default: "8.1.0.1c"
99
nodes:
1010
description: "Number of cluster nodes"
1111
required: false

.github/workflows/build-multi-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
aerospike_version:
77
description: "Aerolab/Aerospike version"
88
required: false
9-
default: "8.1.0.1"
9+
default: "8.1.0.1c"
1010
nodes:
1111
description: "Number of cluster nodes"
1212
required: false
@@ -27,7 +27,7 @@ on:
2727

2828
env:
2929
# defaults to use against workflow triggered through cron
30-
AEROSPIKE_VERSION: 8.1.0.1
30+
AEROSPIKE_VERSION: 8.1.0.1c
3131
NODES: 3
3232
CLUSTER_NAME: ce
3333
RUNNER_VERSION: ubuntu-24.04

0 commit comments

Comments
 (0)