Skip to content

Commit bfc97ca

Browse files
committed
update CI configuration
1 parent 89000a9 commit bfc97ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.0
33
jobs:
44
build:
55
docker:
6-
- image: cimg/openjdk:8.0.345-browsers
6+
- image: cimg/openjdk:8.0-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"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/setup-java@v3
11+
- uses: actions/setup-java@v4
1212
with:
1313
distribution: 'zulu'
1414
java-version: 8
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: testspace-com/setup-testspace@v1
1717
with:
1818
domain: samples

0 commit comments

Comments
 (0)