Skip to content

Commit 5e68715

Browse files
authored
Rename java 1.8 to 8.0 (#407)
1 parent 8664e60 commit 5e68715

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
python-version: '3.10'
3333

34-
- name: Set up JDK 1.8
34+
- name: Set up JDK 8.0
3535
uses: actions/setup-java@v4
3636
with:
37-
java-version: 1.8
37+
java-version: 8.0
3838
distribution: 'adopt'
3939

4040
- name: Set up env

.github/workflows/docs-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
python-version: '3.10'
3030

31-
- name: Set up JDK 1.8
31+
- name: Set up JDK 8.0
3232
uses: actions/setup-java@v4
3333
with:
34-
java-version: 1.8
34+
java-version: 8.0
3535
distribution: 'adopt'
3636

3737
- name: Set up env

0 commit comments

Comments
 (0)