Skip to content

Commit ae7febe

Browse files
committed
Build on JDK 8,11,12
1 parent 6f63c03 commit ae7febe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
jdk: [8,9,10,11,12,14]
17+
jdk: [8,11,12]
1818
fail-fast: false
1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/pr-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
jdk: [8,9,10,11,12,14]
15+
jdk: [8,11,12]
1616
fail-fast: false
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)