File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 strategy :
77 matrix :
8- arango-image : ['arangodb:3.8', 'arangodb:3. 11', 'arangodb:3.12']
8+ arango-image : ['arangodb:3.11', 'arangodb:3.12']
99 node-version : [18.x, 20.x, 22.x]
1010 steps :
1111 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -139,9 +139,6 @@ cruddl currently supports the following versions of ArangoDB:
139139- 3.11
140140- 3.12
141141
142- ArangoDB 3.8 is still included in the CI tests, but no longer supported officially, and the CI tests
143- will be removed in a future minor or patch release.
144-
145142Starting with ArangoDB 3.12, the default locale for new databases has been changed from ` en_US ` to
146143` en_US_POSIX ` . cruddl does not support ` en_US_POSIX ` at the moment. If you don't have a locale
147144configured on your operating system (` LANG ` is not set), you need to change the locale to ` en_US ` .
You can’t perform that action at this time.
0 commit comments