Skip to content

Commit 40ae735

Browse files
author
Shane Myrick
committed
Migrate GH actions to java 11
1 parent 26cba95 commit 40ae735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: Set up JDK 1.8
15+
- name: Set up Java 11
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: 1.8
18+
java-version: 11
1919
- name: Build with Maven
20-
run: mvn clean verify -PdefaultBuild -P!jdk8
20+
run: mvn clean verify -PdefaultBuild

0 commit comments

Comments
 (0)