Reworked CircleCI config to use latest versions only
This commit is contained in:
parent
5ff5d31135
commit
88fd9e8e56
1 changed files with 2 additions and 10 deletions
|
@ -40,16 +40,9 @@ commands:
|
|||
path: << parameters.reports-dir >>
|
||||
|
||||
jobs:
|
||||
bld_jdk17:
|
||||
docker:
|
||||
- image: cimg/openjdk:17.0
|
||||
steps:
|
||||
- build_and_test:
|
||||
kotlin: 1.9.24
|
||||
|
||||
bld_jdk21:
|
||||
docker:
|
||||
- image: cimg/openjdk:21.0
|
||||
- image: cimg/openjdk:23.0
|
||||
steps:
|
||||
- build_and_test:
|
||||
kotlin: 2.1.0
|
||||
|
@ -57,5 +50,4 @@ jobs:
|
|||
workflows:
|
||||
bld:
|
||||
jobs:
|
||||
- bld_jdk17
|
||||
- bld_jdk21
|
||||
- bld_jdk23
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue