Skip to content

Commit

Permalink
chore: end support for ArangoDB 3.8, 3.9, and 3.10
Browse files Browse the repository at this point in the history
Still keeping the tests for 3.8 for now.

BREAKING CHANGE: ArangoDB 3.8, 3.9 and 3.10 are no longer supported.
  • Loading branch information
Yogu committed May 15, 2024
1 parent e3cfc97 commit bdc83d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
arango-image:
[
"arangodb:3.8",
"arangodb:3.9",
"arangodb:3.10",
"arangodb:3.11",
"arangodb:3.12",
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ When done, stop the instance with `npm run stop_arangodb`

cruddl currently supports the following versions of ArangoDB:

- 3.8
- 3.9
- 3.10
- 3.11
- 3.12

ArangoDB 3.8 is still included in the CI tests, but no longer supported officially, and the CI tests
will be removed in a future minor or patch release.

Starting with ArangoDB 3.12, the default locale for new databases has been changed from `en_US` to
`en_US_POSIX`. cruddl does not support `en_US_POSIX` at the moment, so you need to change the locale
to `en_US`. See
Expand Down

0 comments on commit bdc83d1

Please sign in to comment.