mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Remove unused parameters
This commit is contained in:
parent
54dc6e3dab
commit
ac1536e057
1 changed files with 0 additions and 4 deletions
|
|
@ -110,16 +110,12 @@ workflows:
|
|||
test-and-build-docs:
|
||||
jobs:
|
||||
- test-clj:
|
||||
name: jdk8
|
||||
image-name: clojure:openjdk-8-lein-2.9.1
|
||||
- test-clj:
|
||||
name: jdk11
|
||||
image-name: clojure:openjdk-11-lein-2.9.1
|
||||
- test-clj:
|
||||
name: jdk13
|
||||
image-name: clojure:openjdk-13-lein-2.9.1
|
||||
- test-clj:
|
||||
name: jdk14
|
||||
image-name: clojure:openjdk-14-lein-2.9.1
|
||||
- test-cljs
|
||||
- build-docs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue