Skip to content

Commit

Permalink
ci: test with ArangoDB 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogu committed Aug 31, 2023
1 parent 8c2aee7 commit d811f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arango-image: ['arangodb:3.8', 'arangodb:3.9', 'arangodb:3.10']
arango-image: ['arangodb:3.8', 'arangodb:3.9', 'arangodb:3.10', 'arangodb:3.11']
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ cruddl currently supports the following versions of ArangoDB:
- 3.8
- 3.9
- 3.10
- 3.11

0 comments on commit d811f58

Please sign in to comment.