File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ executors:
1313 docker :
1414 - image : circleci/openjdk:17-buster
1515 resource_class : small
16+ scala_jdk21_executor :
17+ docker :
18+ - image : cimg/openjdk:21.0-node
19+ resource_class : small
1620
1721commands :
1822 sbt_cmd :
@@ -127,6 +131,18 @@ workflows:
127131 name : jdk17_3.x
128132 java_version : jdk17
129133 scala_version : 3.3.4
134+ - scala_job :
135+ name : jdk21_2.12.x
136+ java_version : jdk21
137+ scala_version : 2.12.20
138+ - scala_job :
139+ name : jdk21_2.13.x
140+ java_version : jdk21
141+ scala_version : 2.13.15
142+ - scala_job :
143+ name : jdk21_3.x
144+ java_version : jdk21
145+ scala_version : 3.3.4
130146 - scalajs_job :
131147 name : sjs1.0_2.12.x
132148 scala_version : 2.12.20
Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- java : [8, 11, 17]
12+ java : [8, 11, 17, 21 ]
1313 scala : [2.12.x, 2.13.x, 3.x]
1414 runs-on : ubuntu-latest
1515 steps :
You can’t perform that action at this time.
0 commit comments