Skip to content

Commit

Permalink
Update NATS versions for test script
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Nov 10, 2023
1 parent e0ff742 commit d17e6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-run-nats
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export -f start-test

# test minimum supported version and most recent version of NATS
VERSION_LIST="\
nats 2.9.23
nats 2.10.4"
nats 2.9.24
nats 2.10.5"

while read ENGINE VERSION; do
LABEL=$ENGINE-$VERSION DB_PASSWORD_ENV=NATS_JS_PASSWORD DB_ARGS="-js" DB_IMAGE=docker.io/library/$ENGINE:$VERSION run-test
Expand Down

0 comments on commit d17e6a0

Please sign in to comment.