77 build :
88 docker :
99 # specify the version you desire here
10- - image : cimg/clojure:1.11.1 -browsers
10+ - image : cimg/clojure:1.12.0-openjdk-21.0 -browsers
1111
1212 # Specify service dependencies here if necessary
1313 # CircleCI maintains a library of pre-built images
4141 test_current :
4242 docker :
4343 # specify the version you desire here
44- - image : cimg/clojure:1.11.1 -browsers
44+ - image : cimg/clojure:1.12.0-openjdk-21.0 -browsers
4545
4646 # Specify service dependencies here if necessary
4747 # CircleCI maintains a library of pre-built images
9090 test_cljs_old :
9191 docker :
9292 # specify the version you desire here
93- - image : cimg/clojure:1.11.1 -browsers
93+ - image : cimg/clojure:1.12.0-openjdk-21.0 -browsers
9494
9595 # Specify service dependencies here if necessary
9696 # CircleCI maintains a library of pre-built images
@@ -121,12 +121,13 @@ jobs:
121121 - run : lein clean && lein with-profile test-web,clj-1.9.0,cljs-1.10.339,orch-2020.07.12-1 cljsbuild once test && bin/tests
122122 - run : lein clean && lein with-profile test-web,clj-1.10.0,cljs-1.10.439,orch-2020.07.12-1 cljsbuild once test && bin/tests
123123 - run : lein clean && lein with-profile test-web,clj-1.10.0,cljs-1.10.597 cljsbuild once test && bin/tests
124+ - run : lein clean && lein with-profile test-web,clj-1.12.0,cljs-1.12.134 cljsbuild once test && bin/tests
124125 - run : lein clean && lein with-profile test-web,orch-2019.02.06-1 cljsbuild once test && bin/tests
125126
126127 test_clj_old :
127128 docker :
128129 # specify the version you desire here
129- - image : cimg/clojure:1.11.1 -browsers
130+ - image : cimg/clojure:1.12.0-openjdk-21.0 -browsers
130131
131132 # Specify service dependencies here if necessary
132133 # CircleCI maintains a library of pre-built images
@@ -152,6 +153,7 @@ jobs:
152153 - run : lein with-profile test-common,clj-1.9.0,spec-0.2.168 test
153154 - run : lein with-profile test-common,clj-1.10.0,spec-0.2.176 test
154155 - run : lein with-profile test-common,clj-1.10.0,orch-2019.02.06-1 test
156+ - run : lein with-profile test-common,clj-1.12.0 test
155157
156158workflows :
157159 version : 2
0 commit comments