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 e7d6882 commit a80e882Copy full SHA for a80e882
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.0
3
jobs:
4
build:
5
docker:
6
- - image: circleci/openjdk:8-jdk-stretch-browsers
+ - image: cimg/openjdk:8.0.345-browsers
7
branches:
8
only:
9
- master
.github/workflows/ci.yml
@@ -6,14 +6,13 @@ on:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3
12
with:
13
- java-version: 1.8
14
- - uses: actions/checkout@v2
15
- with:
16
- fetch-depth: 50
+ distribution: 'zulu'
+ java-version: 8
+ - uses: actions/checkout@v3
17
- uses: testspace-com/setup-testspace@v1
18
19
domain: samples
0 commit comments