File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : ubuntu-18 .04
9+ runs-on : ubuntu-20 .04
1010 strategy :
1111 fail-fast : false
1212 matrix :
1313 include :
1414 - { name: "default", javaVersion: 8 }
1515 - { name: "default", javaVersion: 17 }
1616 - { name: "over TCP", dockerHost: "tcp://127.0.0.1:2375", javaVersion: 8 }
17- - { name: "Docker 18.06.3 ", dockerVersion: "18.06.3~ce~ 3-0~ubuntu", javaVersion: 8 }
17+ - { name: "Docker 19.03.9 ", dockerVersion: "5:19.03.9~ 3-0~ubuntu-focal ", javaVersion: 8 }
1818
1919 steps :
2020 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : ubuntu-18 .04
11+ runs-on : ubuntu-22 .04
1212 steps :
1313 - uses : actions/checkout@v3
1414 - name : Set up JDK 8
You can’t perform that action at this time.
0 commit comments