Skip to content

Commit

Permalink
chore: update ci to the last version of OrientDB
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed May 27, 2024
1 parent d358f90 commit 8983237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
rust: [stable]
orientdb-server: [3.1.11]
orientdb-server: [3.1.11, 3.2.30]
steps:

- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: orientdb:${ORIENTDB_VERSION}
environment:
- ORIENTDB_ROOT_PASSWORD=root
- security.createDefaultUsers=true
ports:
- "2424:2424"
- "2480:2480"

0 comments on commit 8983237

Please sign in to comment.