Skip to content

Commit

Permalink
Update to LTS-Version: JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Hartmann committed Jun 4, 2024
1 parent 1ebb213 commit 72ceb72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 15 ]
java: [ 17 ]
runs-on: ${{ matrix.os }}
name: Java build on ${{ matrix.os }} with JDK ${{ matrix.java }}
steps:
- name: Setup JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: ${{ matrix.java }}

- name: Check out sources...
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: 🏭
uses: cip4/.github/.github/workflows/tool-release.yml@master
with:
java-version: 15
java-distribution: 'adopt'
java-version: 17
java-distribution: 'temurin'
confluence-label: jdfeditor
confluence-content-id: 1181122560
apple-bundle-id: org.cip4.jdfeditor
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: 🏭
uses: cip4/.github/.github/workflows/tool-snapshot.yml@master
with:
java-version: 15
java-distribution: 'adopt'
java-version: 17
java-distribution: 'temurin'
confluence-label: jdfeditor
confluence-content-id: 1457553961
apple-bundle-id: org.cip4.jdfeditor
Expand Down

0 comments on commit 72ceb72

Please sign in to comment.