Skip to content

Commit 88800a4

Browse files
authored
Merge pull request #36 from yersan/issue-25
[#25] Move to JDK 17 as minimun JDK version
2 parents c43bd11 + b6264e1 commit 88800a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ ubuntu-latest ]
26-
jdk: [ 11, 17 ]
26+
jdk: [ 17, 21, 25 ]
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
</organization>
3030

3131
<properties>
32-
<maven.compiler.source>11</maven.compiler.source>
33-
<maven.compiler.target>11</maven.compiler.target>
32+
<maven.compiler.release>17</maven.compiler.release>
3433
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3534
</properties>
3635
</project>

0 commit comments

Comments
 (0)