pipeline-updates: Java 11 intermittent test failures, try not running in parallel

This commit is contained in:
Sean Leary 2024-02-18 15:29:44 -06:00
parent 77c899d325
commit b4b39bb441

View File

@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 2
max-parallel: 1
matrix:
# build against supported Java LTS versions:
java: [ 8, 11, 17, 21 ]