Skip to content

Commit 5511b1d

Browse files
committed
ci: remove test for ArangoDB 3.8
1 parent 6eedb46 commit 5511b1d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
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

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
145142
Starting 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
147144
configured on your operating system (`LANG` is not set), you need to change the locale to `en_US`.

0 commit comments

Comments
 (0)