Skip to content

Commit 6748e7b

Browse files
committed
Attempting to add JDK14 build to github actions
1 parent c3f5652 commit 6748e7b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/maven.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,16 @@ jobs:
2828
java-version: 11
2929
- name: Build with Maven
3030
run: mvn clean verify
31+
32+
build-java-14:
33+
34+
runs-on: ubuntu-latest
35+
36+
steps:
37+
- uses: actions/checkout@v1
38+
- name: Set up JDK 14
39+
uses: actions/setup-java@v1
40+
with:
41+
java-version: 14
42+
- name: Build with Maven
43+
run: mvn clean verify

0 commit comments

Comments
 (0)