Changes CircleCI pipeline to use Java 17 and 21 (LTS)
This commit is contained in:
parent
0c10b9aeba
commit
c918b9ffa1
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@ defaults_bld: &defaults_bld
|
|||
command: ./bld compile test
|
||||
|
||||
jobs:
|
||||
bld_jdk20:
|
||||
bld_jdk21:
|
||||
<<: *defaults
|
||||
|
||||
docker:
|
||||
- image: cimg/openjdk:20.0
|
||||
- image: cimg/openjdk:21.0
|
||||
|
||||
<<: *defaults_bld
|
||||
|
||||
|
@ -38,4 +38,4 @@ workflows:
|
|||
bld:
|
||||
jobs:
|
||||
- bld_jdk17
|
||||
- bld_jdk20
|
||||
- bld_jdk21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue