We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cd542 commit efe86b8Copy full SHA for efe86b8
.github/workflows/maven.yml
@@ -9,10 +9,10 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v1
12
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
13
uses: actions/setup-java@v1
14
with:
15
- java-version: 1.8
+ java-version: 11
16
17
- name: Build with Maven
18
run: mvn -B package --file pom.xml
.travis.yml
@@ -1,7 +1,7 @@
1
language: java
2
3
jdk:
4
- - openjdk8
+ - openjdk11
5
6
addons:
7
sonarcloud:
0 commit comments