Skip to content

Commit 6ad092b

Browse files
authored
chore: Use java 21 as default (#150)
1 parent a830793 commit 6ad092b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
distribution: 'temurin'
3030
java-version: |
3131
11
32-
17
32+
21
3333
- name: Prepare HOME/openjdk11
3434
run: ln -sfn "${JAVA_HOME_11_X64}" "${HOME}/openjdk11"
3535
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4

.github/workflows/manual-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
java-version: |
2626
11
27-
17
27+
21
2828
- name: Prepare HOME/openjdk11
2929
run: ln -sfn "${JAVA_HOME_11_X64}" "${HOME}/openjdk11"
3030
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4

History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## Fixed Issues
55
## Merged pull requests
66
* [#147](https://github.com/pmd/pmd-regression-tester/pull/147): chore: Fix manual integration tests - [Andreas Dangel](https://github.com/adangel) (@adangel)
7+
* [#150](https://github.com/pmd/pmd-regression-tester/pull/150): chore: Use java 21 as default - [Andreas Dangel](https://github.com/adangel) (@adangel)
78
## Dependency Updates
89

910
# 1.6.2 / 2025-10-24

0 commit comments

Comments
 (0)