Skip to content

Commit 397de7b

Browse files
committed
Heroku: using JDK 16 now, also going to 16 in GHA workflow
1 parent 5ec9781 commit 397de7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
java-version: [ 8, 11, 15 ]
11+
java-version: [ 8, 11, 16 ]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-java@v2
2828
with:
2929
distribution: 'adopt'
30-
java-version: 15
30+
java-version: 16
3131
- run: mvn -B verify --no-transfer-progress
3232

3333
- uses: codecov/codecov-action@v1

system.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java.runtime.version=16

0 commit comments

Comments
 (0)