File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
java :
17
+ # when you edit this be sure to edit "release" job's too
17
18
- ' 17' # EOL: 2026-09
18
19
- ' 21' # EOL: 2028-09
19
20
# - '22' # REL: 2024-03
53
54
packages : write
54
55
needs : [ build ]
55
56
runs-on : macos-latest
57
+ strategy :
58
+ matrix :
59
+ java :
60
+ - ' 17' # see above for versions
56
61
steps :
57
62
- uses : actions/checkout@v4
58
63
with :
68
73
- name : Set up JDK
69
74
uses : actions/setup-java@v4
70
75
with :
71
- java-version : ' 17 '
76
+ java-version : ${{ matrix.java }}
72
77
distribution : ' temurin'
73
78
cache : maven
74
79
check-latest : true
87
92
- name : Set up JDK ${{ matrix.java }}
88
93
uses : actions/setup-java@v4
89
94
with :
90
- java-version : ' 17 '
95
+ java-version : ${{ matrix.java }}
91
96
distribution : ' temurin'
92
97
cache : maven
93
98
check-latest : true
You can’t perform that action at this time.
0 commit comments