Skip to content

Commit

Permalink
ci: Try YB 2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed May 22, 2024
1 parent eca839d commit 31b6360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/start-yugabytedb/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Install Yugabyte Database for Filecoin Lotus
runs:
using: composite
steps:
- run: docker run --rm --name yugabyte -d -p 5433:5433 yugabytedb/yugabyte:2.18.0.0-b65 bin/yugabyted start --daemon=false
- run: docker run --rm --name yugabyte -d -p 5433:5433 yugabytedb/yugabyte:2.21.0.1-b1 bin/yugabyted start --daemon=false
shell: bash
- run: |
while true; do
Expand Down

0 comments on commit 31b6360

Please sign in to comment.