pipeline-updates: Java 11 intermittent fail - try an earlier release (there is no later release

This commit is contained in:
Sean Leary 2024-02-18 15:54:29 -06:00
parent f0289413d6
commit cd631d970e

View File

@ -41,7 +41,7 @@ jobs:
max-parallel: 1
matrix:
# build against supported Java LTS versions:
java: [ 8, 11, 17, 21 ]
java: [ 8, '11.0.21', 17, 21 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3