Skip to content

Commit cd631d9

Browse files
Sean LearySean Leary
authored andcommitted
pipeline-updates: Java 11 intermittent fail - try an earlier release (there is no later release
1 parent f028941 commit cd631d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
max-parallel: 1
4242
matrix:
4343
# build against supported Java LTS versions:
44-
java: [ 8, 11, 17, 21 ]
44+
java: [ 8, '11.0.21', 17, 21 ]
4545
name: Java ${{ matrix.java }}
4646
steps:
4747
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)