Skip to content

Commit d8c1280

Browse files
authored
Merge pull request #83 from useocl/increase_java_version_to_21
Increase java version to 21
2 parents a0f17cb + 46c11d8 commit d8c1280

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: Set up JDK 15
15+
- name: Set up JDK
1616
uses: actions/setup-java@v3
1717
with:
18-
java-version: '15'
18+
java-version: '21'
1919
distribution: 'adopt'
2020
cache: maven
2121
- name: Build with Maven

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up JDK
2424
uses: actions/setup-java@v3
2525
with:
26-
java-version: '15'
26+
java-version: '21'
2727
distribution: 'adopt'
2828
cache: maven
2929

0 commit comments

Comments
 (0)