Skip to content

Commit

Permalink
what about 6.3?
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jan 15, 2025
1 parent 4630c70 commit 7e26e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
run: pip install -r test/requirements.txt

- name: Run lowest supported server
run: docker run -d --name aerospike -p 3000-3002:3000-3002 -e DEFAULT_TTL=2592000 aerospike/aerospike-server:6.2
run: docker run -d --name aerospike -p 3000-3002:3000-3002 -e DEFAULT_TTL=2592000 aerospike/aerospike-server:6.3

- name: Create config.conf
run: cp config.conf.template config.conf
Expand Down

0 comments on commit 7e26e9d

Please sign in to comment.