Skip to content

Commit

Permalink
Mark JDK 19 as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored and Stephan202 committed Oct 22, 2022
1 parent 2d47241 commit 89c1f3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
strategy:
matrix:
jdk: [ 11.0.16, 16.0.2, 17.0.4, 18.0.2, 19 ]
experimental: [false, false, false, true, true]
experimental: [false]
include:
- java: 19
experimental: true
continue-on-error: ${{ matrix.experimental }}
steps:
# We run the build twice for each supported JDK: once against the
Expand Down

0 comments on commit 89c1f3a

Please sign in to comment.