Skip to content

Commit 02e2805

Browse files
committed
Update workflows to JDK 17
1 parent b1f565a commit 02e2805

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build_and_test:
1111
strategy:
1212
matrix:
13-
jdkversion: [11]
13+
jdkversion: [17]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ language: java
44

55
matrix:
66
include:
7-
- env:
8-
- JDK_VERSION=8
9-
- env:
10-
- JDK_VERSION=11
117
- env:
128
- JDK_VERSION=17
139

0 commit comments

Comments
 (0)