Skip to content

Commit 60558cc

Browse files
committed
Java 17 is the lowest tested version
1 parent 957939d commit 60558cc

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/deps-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
javaVersion:
4242
description: 'Java matrix versions to use for the build'
4343
required: false
44-
default: '["8", "11", "17", "21"]'
44+
default: '["17", "21"]'
4545
type: string
4646

4747
jobs:

.github/workflows/lein-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
javaVersion:
2424
description: 'Java matrix versions to use for the build'
2525
required: false
26-
default: '["8", "11", "17", "21"]'
26+
default: '["17", "21"]'
2727
type: string
2828
testCmd:
2929
description: "Command to invoke test run"

.github/workflows/mvn-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
javaVersion:
2424
description: 'Java matrix versions to use for the build'
2525
required: false
26-
default: '["8", "11", "17", "21"]'
26+
default: '["17", "21"]'
2727
type: string
2828

2929
jobs:

.github/workflows/test-all-the-things.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
clojureRef: ${{ inputs.clojureRef }}
119119
subjectRepo: 'clojurewerkz/money'
120120
subjectRef: 'main'
121-
javaVersion: '["11", "17", "21"]'
121+
javaVersion: '["17", "21"]'
122122
test-propertied:
123123
uses: ./.github/workflows/lein-test.yml
124124
with:
@@ -176,7 +176,7 @@ jobs:
176176
clojureRef: ${{ inputs.clojureRef }}
177177
subjectRepo: 'dakrone/cheshire'
178178
subjectRef: 'master'
179-
javaVersion: '["8", "11", "17"]'
179+
javaVersion: '["17"]'
180180
test-tigris:
181181
uses: ./.github/workflows/lein-test.yml
182182
with:
@@ -443,7 +443,7 @@ jobs:
443443
clojureRef: ${{ inputs.clojureRef }}
444444
subjectRepo: 'ring-clojure/ring'
445445
subjectRef: 'master'
446-
javaVersion: '["11", "17", "21"]'
446+
javaVersion: '["17", "21"]'
447447
test-ring-anti-forgery:
448448
uses: ./.github/workflows/lein-test.yml
449449
with:
@@ -500,7 +500,7 @@ jobs:
500500
clojureRef: ${{ inputs.clojureRef }}
501501
subjectRepo: 'taoensso/encore'
502502
subjectRef: 'master'
503-
javaVersion: '["11", "17", "21"]'
503+
javaVersion: '["17", "21"]'
504504
test-tempura:
505505
uses: ./.github/workflows/lein-test.yml
506506
with:
@@ -771,7 +771,7 @@ jobs:
771771
subjectRef: 'main'
772772
testDir: '.'
773773
testCmd: '-A:test -m kaocha.runner'
774-
javaVersion: '["11", "17", "21"]'
774+
javaVersion: '["17", "21"]'
775775
test-clojure-lsp:
776776
uses: ./.github/workflows/deps-test.yml
777777
with:
@@ -826,7 +826,7 @@ jobs:
826826
clojureRef: ${{ inputs.clojureRef }}
827827
subjectRepo: 'Datomic/fressian'
828828
subjectRef: 'master'
829-
javaVersion: '["11", "17", "21"]'
829+
javaVersion: '["17", "21"]'
830830
test-slingshot:
831831
uses: ./.github/workflows/lein-test.yml
832832
with:
@@ -921,7 +921,7 @@ jobs:
921921
testDir: '.'
922922
subjectRepo: 'clojure/clojurescript'
923923
subjectRef: 'master'
924-
javaVersion: '["11", "17", "21"]'
924+
javaVersion: '["17", "21"]'
925925
test-spec-alpha2:
926926
uses: ./.github/workflows/mvn-test.yml
927927
with:
@@ -1079,7 +1079,7 @@ jobs:
10791079
clojureRef: ${{ inputs.clojureRef }}
10801080
subjectRepo: 'aphyr/dom-top'
10811081
subjectRef: 'master'
1082-
javaVersion: '["11", "17", "21"]'
1082+
javaVersion: '["17", "21"]'
10831083
test-sweet-array:
10841084
uses: ./.github/workflows/deps-test.yml
10851085
with:
@@ -1139,7 +1139,7 @@ jobs:
11391139
testDir: '.'
11401140
subjectRepo: 'funcool/buddy-sign'
11411141
subjectRef: 'master'
1142-
javaVersion: '["11", "17", "21"]'
1142+
javaVersion: '["17", "21"]'
11431143
test-cuerdas:
11441144
uses: ./.github/workflows/deps-test.yml
11451145
with:
@@ -1224,7 +1224,7 @@ jobs:
12241224
testDir: '.'
12251225
subjectRepo: 'juxt/tick'
12261226
subjectRef: 'master'
1227-
javaVersion: '["11", "17", "21"]'
1227+
javaVersion: '["17", "21"]'
12281228
test-deep-diff2:
12291229
uses: ./.github/workflows/deps-test.yml
12301230
with:
@@ -1367,7 +1367,7 @@ jobs:
13671367
clojureRef: ${{ inputs.clojureRef }}
13681368
subjectRepo: 'ring-clojure/ring-codec'
13691369
subjectRef: 'master'
1370-
javaVersion: '["11", "17", "21"]'
1370+
javaVersion: '["17", "21"]'
13711371
test-next-jdbc:
13721372
uses: ./.github/workflows/deps-test.yml
13731373
with:
@@ -1377,7 +1377,7 @@ jobs:
13771377
testDir: '.'
13781378
subjectRepo: 'seancorfield/next-jdbc'
13791379
subjectRef: 'develop'
1380-
javaVersion: '["11", "17", "21"]'
1380+
javaVersion: '["17", "21"]'
13811381
test-timre:
13821382
uses: ./.github/workflows/lein-test.yml
13831383
with:

0 commit comments

Comments
 (0)