We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec7070 commit 44d2f2bCopy full SHA for 44d2f2b
2 files changed
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
21
- name: Set up Java
22
uses: actions/setup-java@v3
23
with:
24
- distribution: temurin
+ distribution: zulu
25
java-version: |
26
8
27
- 17
+ 21
28
cache: maven
29
- name: Cache Sonar
30
uses: actions/cache@v3
pom.xml
@@ -33,7 +33,7 @@
33
34
<properties>
35
<java.version>8</java.version>
36
- <java.testVersion>17</java.testVersion>
+ <java.testVersion>21</java.testVersion>
37
<maven.compiler.source>${java.version}</maven.compiler.source>
38
<maven.compiler.target>${java.version}</maven.compiler.target>
39
<maven.compiler.testRelease>${java.testVersion}</maven.compiler.testRelease>
0 commit comments