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.
2 parents 5ec9781 + 397de7b commit 00f751bCopy full SHA for 00f751b
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- java-version: [ 8, 11, 15 ]
+ java-version: [ 8, 11, 16 ]
12
13
steps:
14
- uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/setup-java@v2
28
with:
29
distribution: 'adopt'
30
- java-version: 15
+ java-version: 16
31
- run: mvn -B verify --no-transfer-progress
32
33
- uses: codecov/codecov-action@v1
system.properties
@@ -0,0 +1 @@
1
+java.runtime.version=16
0 commit comments