We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de5aef commit e028efeCopy full SHA for e028efe
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
distribution: ['adopt', 'temurin']
11
- java: [17, 21]
+ java: [21]
12
fail-fast: false
13
name: JDK ${{ matrix.java }} (${{ matrix.distribution }})
14
pom.xml
@@ -9,8 +9,8 @@
<version>JGITVER</version>
<properties>
- <maven.compiler.source>17</maven.compiler.source>
- <maven.compiler.target>17</maven.compiler.target>
+ <maven.compiler.source>21</maven.compiler.source>
+ <maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
</properties>
16
0 commit comments