Skip to content

Commit a990776

Browse files
committed
Try upgrading to jdk 17
1 parent 9cc73a1 commit a990776

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/setup-java@v3
5858
with:
5959
distribution: "temurin"
60-
java-version: "11"
60+
java-version: "17"
6161

6262
- name: Install Node
6363
uses: actions/setup-node@v3

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node
1818

1919
Install [Python 3](https://www.python.org/downloads/). You may wish to use [pyenv](https://github.com/pyenv/pyenv/) to manage different Python versions conveniently.
2020

21-
Install [OpenJDK 11](https://openjdk.java.net/install/index.html) (other versions may work as well) and [ant](https://ant.apache.org/).
21+
Install [OpenJDK 17](https://openjdk.java.net/install/index.html) (other versions may work as well) and [ant](https://ant.apache.org/).
2222

2323
Install [.NET 6.0](https://dotnet.microsoft.com/download).
2424

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt update \
1414
# languages
1515
npm \
1616
python3 \
17-
openjdk-11-jdk ant maven \
17+
openjdk-17-jdk ant maven \
1818
dotnet-sdk-6.0 \
1919
check valgrind \
2020
r-base r-cran-devtools locales \

0 commit comments

Comments
 (0)