Skip to content

Commit ff7866b

Browse files
committed
GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea.
1 parent 2aab5d3 commit ff7866b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ jobs:
2121
build:
2222

2323
runs-on: ubuntu-latest
24+
continue-on-error: ${{ matrix.experimental }}
2425
strategy:
2526
matrix:
26-
java: [ 8, 11, 12, 13, 14 ]
27+
java: [ 8, 11, 14 ]
28+
experimental: [false]
29+
include:
30+
- node: 15-ea
31+
experimental: true
2732

2833
steps:
2934
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)