浏览代码

dev: update clojure-version in ci files

rcmerci 1 年之前
父节点
当前提交
fbd6d4a4c7

+ 1 - 1
.github/workflows/deploy-db-pages.yml

@@ -5,7 +5,7 @@ on:
     branches: ["feat/db"]
 
 env:
-  CLOJURE_VERSION: "1.10.1.763"
+  CLOJURE_VERSION: "1.11.4"
   NODE_VERSION: "18"
   JAVA_VERSION: "11"
 

+ 1 - 1
.github/workflows/deploy-db-test-pages.yml

@@ -5,7 +5,7 @@ on:
     branches: ["test/db"]
 
 env:
-  CLOJURE_VERSION: "1.10.1.763"
+  CLOJURE_VERSION: "1.11.4"
   NODE_VERSION: "18"
   JAVA_VERSION: "11"
 

+ 1 - 1
.github/workflows/outliner.yml

@@ -24,7 +24,7 @@ defaults:
     working-directory: deps/outliner
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.4'
   # This is the same as 1.8.
   JAVA_VERSION: '11'
   # This is the latest node version we can run.