Skip to content

Commit 2ef965c

Browse files
authored
Update Java version from 11 to 17 in workflow
1 parent 720c6f9 commit 2ef965c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
python -m pip install -r requirements.txt
6060
6161
# Install Java (see: https://github.com/actions/setup-java)
62-
- name: Install Java 11
62+
- name: Install Java 17
6363
uses: actions/setup-java@v4
6464
with:
6565
distribution: 'temurin' # See 'Supported distributions' for available options
66-
java-version: '11'
66+
java-version: '17'
6767

6868
# Runs a set of commands using the runners shell
6969
- name: Run Jupyter Notebooks testing

0 commit comments

Comments
 (0)