Skip to content

Commit

Permalink
Add java 8 JDK to CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tclement0922 committed Jan 20, 2025
1 parent 631586e commit ac9ca86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
distribution: 'zulu'
check-latest: true
java-version: 21
java-version: |
8
21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
with:
distribution: 'zulu'
check-latest: true
java-version: 21
java-version: |
8
21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
distribution: 'zulu'
check-latest: true
java-version: 21
java-version: |
8
21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down

0 comments on commit ac9ca86

Please sign in to comment.