Build with Java 11 only
This commit is contained in:
committed by
Steve Riesenberg
parent
7845b6a369
commit
82e28a15f4
4
.github/workflows/pr-build-workflow.yml
vendored
4
.github/workflows/pr-build-workflow.yml
vendored
@@ -11,8 +11,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
jdk: [8,11,12]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
jdk: [11]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user