Skip to content

Commit

Permalink
GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 23, 2020
1 parent 99c52e7 commit 344ef52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ jobs:
build:

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
java: [ 8, 11, 12, 13, 14 ]
java: [ 8, 11, 14 ]
experimental: [false]
include:
- node: 15-ea
experimental: true

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 344ef52

Please sign in to comment.