-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade JDKs used by GitHub Actions builds
Additionally: - Update the example version numbers mentioned in the issue template. - Drop some redundant whitespace from `SourceCodeTest` test code. See: - https://www.oracle.com/java/technologies/javase/11-0-17-relnotes.html - https://www.oracle.com/java/technologies/javase/11-0-18-relnotes.html - https://www.oracle.com/java/technologies/javase/17-0-5-relnotes.html - https://www.oracle.com/java/technologies/javase/17-0-6-relnotes.html - https://www.oracle.com/java/technologies/javase/19-0-1-relnotes.html - https://www.oracle.com/java/technologies/javase/19-0-2-relnotes.html
- Loading branch information
1 parent
fd9d315
commit c5829b9
Showing
5 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Set up JDK | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 17.0.4 | ||
java-version: 17.0.6 | ||
distribution: temurin | ||
cache: maven | ||
- name: Run Pitest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Set up JDK | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 17.0.4 | ||
java-version: 17.0.6 | ||
distribution: temurin | ||
cache: maven | ||
- name: Download Pitest analysis artifact | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters