File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.0
33jobs :
44 build :
55 docker :
6- - image : circleci /openjdk:8-jdk-stretch -browsers
6+ - image : cimg /openjdk:8.0.345 -browsers
77 steps :
88 - checkout
99 - run : " curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"
Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : ubuntu-18.04
9+ runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/setup-java@v1
11+ - uses : actions/setup-java@v3
1212 with :
13- java-version : 1.8
14- - uses : actions/checkout@v2
15- with :
16- fetch-depth : 50
13+ distribution : ' zulu'
14+ java-version : 8
15+ - uses : actions/checkout@v3
1716 - uses : testspace-com/setup-testspace@v1
1817 with :
1918 domain : samples
You can’t perform that action at this time.
0 commit comments