mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade JDKs used by GitHub Actions builds (#1043)
Summary of changes: - Use JDK 17.0.10 instead of 17.0.8. - Use JDK 21.0.2 instead of 21.0.0. - Have GitHub issue template reference more recent version numbers. See: - https://adoptium.net/temurin/release-notes/?version=jdk-17.0.9+9 - https://adoptium.net/temurin/release-notes/?version=jdk-17.0.10+7 - https://adoptium.net/temurin/release-notes/?version=jdk-21.0.1+12 - https://adoptium.net/temurin/release-notes/?version=jdk-21.0.2+13
This commit is contained in:
committed by
GitHub
parent
ad9d2dd534
commit
b39e322a67
2
.github/workflows/run-integration-tests.yml
vendored
2
.github/workflows/run-integration-tests.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: s4u/setup-maven-action@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0
|
||||
with:
|
||||
checkout-ref: "refs/pull/${{ github.event.issue.number }}/head"
|
||||
java-version: 17.0.8
|
||||
java-version: 17.0.10
|
||||
java-distribution: temurin
|
||||
maven-version: 3.9.6
|
||||
- name: Install project to local Maven repository
|
||||
|
||||
Reference in New Issue
Block a user