File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
if : ${{ matrix.language == 'java' }}
73
73
with :
74
74
distribution : corretto
75
- java-version : ' 11 '
75
+ java-version : ' 17 '
76
76
- name : Cache (Java)
77
77
uses : actions/cache@v3
78
78
if : ${{ matrix.language == 'java' }}
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218
218
if : ${{ env.TEST_LANGUAGE == 'java' }}
219
219
with :
220
220
distribution : corretto
221
- java-version : ' 11 '
221
+ java-version : ' 17 '
222
222
- name : Cache (Java)
223
223
uses : actions/cache@v3
224
224
if : ${{ env.TEST_LANGUAGE == 'java' }}
Original file line number Diff line number Diff line change 72
72
if : ${{ matrix.language == 'java' }}
73
73
with :
74
74
distribution : corretto
75
- java-version : ' 11 '
75
+ java-version : ' 17 '
76
76
- name : Cache (Java)
77
77
uses : actions/cache@v3
78
78
if : ${{ matrix.language == 'java' }}
You can’t perform that action at this time.
0 commit comments