Skip to content

Commit

Permalink
Update workflows: Build on JDK 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Nov 3, 2024
1 parent f58484e commit e762fcf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 23
distribution: temurin

- name: Check PGP version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 22
java-version: 23
distribution: 'temurin'

- name: Collect project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 23
distribution: 'temurin'

- name: Collect project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 22
java-version: 23
distribution: 'temurin'

- name: Collect project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 23
distribution: 'temurin'

- name: Collect project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 22
java-version: 23
distribution: 'temurin'

- name: Collect project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 23
distribution: 'temurin'

- name: Collect project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 22
java-version: 23
distribution: 'temurin'

- name: Collect project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: JDK
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 23
distribution: 'temurin'

- name: Collect project version
Expand Down

0 comments on commit e762fcf

Please sign in to comment.