Skip to content

Commit

Permalink
Use latest scylla version for all of the nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwiaszunejko committed Jun 3, 2024
1 parent 7f7905d commit a85d0f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
env:
SCYLLA_IMAGE: scylladb/scylla:5.2.9
SCYLLA_IMAGE: scylladb/scylla:latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
timeout: 5s
retries: 18
node_2:
image: scylladb/scylla-nightly
image: ${SCYLLA_IMAGE}
command: |
--experimental-features consistent-topology-changes
--experimental-features tablets
Expand All @@ -49,7 +49,7 @@ services:
timeout: 5s
retries: 18
node_3:
image: scylladb/scylla-nightly
image: ${SCYLLA_IMAGE}
command: |
--experimental-features consistent-topology-changes
--experimental-features tablets
Expand All @@ -68,7 +68,7 @@ services:
node_2:
condition: service_healthy
node_4:
image: scylladb/scylla-nightly
image: ${SCYLLA_IMAGE}
command: |
--experimental-features consistent-topology-changes
--experimental-features tablets
Expand Down

0 comments on commit a85d0f4

Please sign in to comment.