File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 runs-on : ubuntu-latest
12-
12+ strategy :
13+ matrix :
14+ java : [ '8', '11' ]
1315 steps :
1416 - name : Setup Java JDK
15- uses : actions/setup-java@v1.4.3
17+ uses : actions/setup-java@v3
1618 with :
17- java-version : 1.8
19+ distribution : ' temurin'
20+ java-version : ${{ matrix.java }}
1821 id : java
1922 - name : Setup Go environment
2023 uses : actions/setup-go@v2
Original file line number Diff line number Diff line change 1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
14-
14+ strategy :
15+ matrix :
16+ java : [ '8', '11' ]
1517 steps :
1618 - name : Setup Java JDK
17- uses : actions/setup-java@v1.4.3
19+ uses : actions/setup-java@v3
1820 with :
19- java-version : 1.8
20- id : java
21+ distribution : ' temurin '
22+ java-version : ${{ matrix. java }}
2123 - uses : actions/checkout@v2
2224 - name : Run integration test
2325 run : ./integration/integration_test.sh -e
Original file line number Diff line number Diff line change 1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
14-
14+ strategy :
15+ matrix :
16+ java : [ '8', '11' ]
1517 steps :
1618 - name : Setup Java JDK
17- uses : actions/setup-java@v1.4.3
19+ uses : actions/setup-java@v3
1820 with :
19- java-version : 1.8
21+ distribution : ' temurin'
22+ java-version : ${{ matrix.java }}
2023 id : java
2124 - uses : actions/checkout@v2
2225 with :
You can’t perform that action at this time.
0 commit comments