diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efb481c64..550c55218 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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