We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89000a9 commit bfc97caCopy full SHA for bfc97ca
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.0
3
jobs:
4
build:
5
docker:
6
- - image: cimg/openjdk:8.0.345-browsers
+ - image: cimg/openjdk:8.0-browsers
7
steps:
8
- checkout
9
- run: "curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"
.github/workflows/ci.yml
@@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
10
11
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
12
with:
13
distribution: 'zulu'
14
java-version: 8
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: testspace-com/setup-testspace@v1
17
18
domain: samples
0 commit comments