Skip to content

Commit

Permalink
update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailop committed Feb 27, 2024
1 parent a80e882 commit d3fc90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.0
jobs:
build:
docker:
- image: cimg/openjdk:8.0.345-browsers
- image: cimg/openjdk:8.0-browsers
branches:
only:
- master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 8
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: testspace-com/setup-testspace@v1
with:
domain: samples
Expand Down

0 comments on commit d3fc90a

Please sign in to comment.