Skip to content

Commit 575c8b5

Browse files
committed
GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea.
1 parent 06a44cf commit 575c8b5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
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:
2627
java: [ 8, 11, 14 ]
28+
experimental: [false]
29+
include:
30+
- node: 15-ea
31+
experimental: true
2732

2833
steps:
2934
- uses: actions/checkout@v2.3.1

0 commit comments

Comments
 (0)