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