Skip to content

Commit

Permalink
Add JDK 21 to CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 16, 2024
1 parent f05138b commit 487fb64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
distribution: temurin
java-version: 11
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
with:
distribution: temurin
java-version: 21
- uses: eskatos/gradle-command-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
with:
arguments: --stacktrace build
Expand All @@ -37,6 +41,10 @@ jobs:
with:
distribution: temurin
java-version: 11
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
with:
distribution: temurin
java-version: 21
- name: 'Publish'
env:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
Expand All @@ -54,6 +62,10 @@ jobs:
with:
distribution: temurin
java-version: 11
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
with:
distribution: temurin
java-version: 21
- name: 'Upload Documentation'
env:
GRGIT_USER: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 487fb64

Please sign in to comment.