Skip to content

Commit b8d8fb0

Browse files
PicazsooCopilot
andcommitted
fix: hardcode java-version '17' in samples-java-helidon-v3.yaml
matrix.version was referenced but the version: matrix dimension was removed during the compute-matrix refactor, causing setup-java to receive an empty string. Consistent with the v4 fix (hardcoded '21'). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8ff22d1 commit b8d8fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/samples-java-helidon-v3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/setup-java@v5
4949
with:
5050
distribution: 'temurin'
51-
java-version: ${{ matrix.version }}
51+
java-version: '17'
5252
- name: Cache maven dependencies
5353
uses: actions/cache@v5
5454
env:

0 commit comments

Comments
 (0)