Skip to content

Commit 4821d82

Browse files
committed
Update to Java 21 (Long-term support LTS)
1 parent 6430250 commit 4821d82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/public-analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
matrix:
7272
include:
7373
- os: ubuntu-22.04
74-
java: 17
74+
java: 21
7575
python: 3.12
7676
miniforge: 24.9.0-0
7777
steps:

COMMANDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ a profile, the newest versions will be used. Other profiles can be found in the
7878

7979
### Notes
8080

81-
- Be sure to use Java 17 for Neo4j v5 and Java 11 for Neo4j v4
81+
- Be sure to use Java 21 for Neo4j v5 and Java 11 for Neo4j v4
8282
- Use your own initial Neo4j password
8383
- For more details have a look at the script [analyze.sh](./scripts/analysis/analyze.sh)
8484

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Here are some fully automated graph visualizations utilizing [GraphViz](https://
6666

6767
## :hammer_and_wrench: Prerequisites
6868

69-
- Java 17 is [required for Neo4j](https://neo4j.com/docs/operations-manual/current/installation/requirements/#deployment-requirements-software) (Neo4j 5.x requirement).
69+
- Java 21 is [required for Neo4j](https://neo4j.com/docs/operations-manual/current/installation/requirements/#deployment-requirements-software) (Neo4j 5.x requirement).
7070
- On Windows it is recommended to use the git bash provided by [git for windows](https://github.com/git-guides/install-git#install-git-on-windows).
7171
- [jq](https://github.com/jqlang/jq) the "lightweight and flexible command-line JSON processor" needs to be installed. Latest releases: https://github.com/jqlang/jq/releases/latest. Check using `jq --version`.
7272
- Set environment variable `NEO4J_INITIAL_PASSWORD` to a password of your choice. For example:

0 commit comments

Comments
 (0)