Skip to content

Commit 4cdf38e

Browse files
authoredMar 10, 2021
Switch workflow to Java 11 (#85)
1 parent d39c3a9 commit 4cdf38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up JDK 1.9
12+
- name: Set up JDK 11
1313
uses: actions/setup-java@v1
1414
with:
15-
java-version: 1.9
15+
java-version: 11
1616
- name: Build with Maven
1717
run: mvn package --file pom.xml

0 commit comments

Comments
 (0)
Failed to load comments.