File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 strategy :
2626 fail-fast : false
2727 matrix :
28- java : [8, 11, 17]
28+ java : [8, 11, 17, 21 ]
2929 steps :
3030 - name : Get current week within the year
3131 id : date
3232 run : echo "::set-output name=week_of_year::$(date +'%W' --utc)"
3333 - uses : actions/checkout@v3
3434 - uses : actions/setup-java@v3
3535 with :
36- distribution : zulu
36+ distribution : temurin
3737 java-version : ${{matrix.java}}
3838 - run : java -version
3939 - uses : actions/cache@v3
5353 - uses : actions/checkout@v3
5454 - uses : actions/setup-java@v3
5555 with :
56- distribution : zulu
56+ distribution : temurin
5757 java-version : 11
5858 cache : ' maven'
5959 - run : java -version
7070 - uses : actions/checkout@v3
7171 - uses : actions/setup-java@v3
7272 with :
73- distribution : zulu
73+ distribution : temurin
7474 java-version : 11
7575 - run : java -version
7676 - uses : actions/cache@v3
9090 - uses : actions/checkout@v3
9191 - uses : actions/setup-java@v3
9292 with :
93- distribution : zulu
93+ distribution : temurin
9494 java-version : 11
9595 - run : java -version
9696 - uses : actions/cache@v3
@@ -150,4 +150,4 @@ jobs:
150150# - run: java -version
151151# - run: .kokoro/build.sh
152152# env:
153- # JOB_TYPE: clirr
153+ # JOB_TYPE: clirr
You can’t perform that action at this time.
0 commit comments