Skip to content

Commit

Permalink
Use JDK 17 as source and target
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Dec 5, 2024
1 parent d3cb217 commit 1375ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
jdk: [ 11, 17 ]
os: [ ubuntu-latest, windows-latest ]
jdk: [ 17, 21 ]
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
</organization>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Expand Down

0 comments on commit 1375ab4

Please sign in to comment.