Skip to content

Commit 4fec06c

Browse files
committed
make jdk's consistent
1 parent 6235cbe commit 4fec06c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Set up Java
2323
uses: actions/setup-java@v2
2424
with:
25-
java-version: '11'
2625
distribution: 'adopt'
26+
java-version: '21'
2727

2828
# Import GPG secret key for signing
2929
- name: Import GPG key

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-java@v4
2121
with:
22-
distribution: 'temurin'
22+
distribution: 'adopt'
2323
java-version: '21'
2424
cache: 'maven'
2525
- name: Initialize CodeQL

0 commit comments

Comments
 (0)