Skip to content

Commit 0b2a7ff

Browse files
committed
Set up JDK 8 too for the JVM toolchain version in the "check" job
1 parent 98a5268 commit 0b2a7ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21+
- name: Set up JDK 8
22+
uses: actions/setup-java@v4
23+
with:
24+
java-version: '8'
25+
distribution: 'temurin'
2126
- name: Set up JDK 17
2227
uses: actions/setup-java@v4
2328
with:

0 commit comments

Comments
 (0)