Skip to content

Commit

Permalink
chore: Upgrade to Java 21 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored Sep 25, 2023
1 parent 6ec7070 commit 44d2f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
distribution: zulu
java-version: |
8
17
21
cache: maven
- name: Cache Sonar
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<java.version>8</java.version>
<java.testVersion>17</java.testVersion>
<java.testVersion>21</java.testVersion>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.testRelease>${java.testVersion}</maven.compiler.testRelease>
Expand Down

0 comments on commit 44d2f2b

Please sign in to comment.