Skip to content

Commit

Permalink
chore(ci): update ArangoDB image version from 3.10.9 to 3.11 for impr…
Browse files Browse the repository at this point in the history
…oved features and security

The ArangoDB image version is updated to the latest stable release,
which may include important bug fixes, performance improvements, and new
features that enhance the CI workflow's reliability and security.
  • Loading branch information
cybersiddhu committed Oct 25, 2024
1 parent 0941b00 commit adf0bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
services:
arangodb:
image: arangodb:3.10.9
image: arangodb:3.11
env:
ARANGO_ROOT_PASSWORD: rootpass
ports:
Expand All @@ -28,7 +28,6 @@ jobs:
ARANGO_PASS: rootpass
ARANGO_HOST: localhost
ARANGO_PORT: ${{ job.services.arangodb.ports[8529] }}
GOPROXY: https://proxy.golang.org
- name: upload coverage to codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit adf0bf8

Please sign in to comment.