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 b1f565a commit 02e2805Copy full SHA for 02e2805
.github/workflows/maven.yml
@@ -10,7 +10,7 @@ jobs:
10
build_and_test:
11
strategy:
12
matrix:
13
- jdkversion: [11]
+ jdkversion: [17]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
.travis.yml
@@ -4,10 +4,6 @@ language: java
4
5
6
include:
7
- - env:
8
- - JDK_VERSION=8
9
- - JDK_VERSION=11
- env:
- JDK_VERSION=17
0 commit comments