Skip to content

Commit

Permalink
Java 17 is the lowest tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Nov 14, 2024
1 parent 957939d commit 60558cc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
javaVersion:
description: 'Java matrix versions to use for the build'
required: false
default: '["8", "11", "17", "21"]'
default: '["17", "21"]'
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lein-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
javaVersion:
description: 'Java matrix versions to use for the build'
required: false
default: '["8", "11", "17", "21"]'
default: '["17", "21"]'
type: string
testCmd:
description: "Command to invoke test run"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvn-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
javaVersion:
description: 'Java matrix versions to use for the build'
required: false
default: '["8", "11", "17", "21"]'
default: '["17", "21"]'
type: string

jobs:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'clojurewerkz/money'
subjectRef: 'main'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-propertied:
uses: ./.github/workflows/lein-test.yml
with:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'dakrone/cheshire'
subjectRef: 'master'
javaVersion: '["8", "11", "17"]'
javaVersion: '["17"]'
test-tigris:
uses: ./.github/workflows/lein-test.yml
with:
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'ring-clojure/ring'
subjectRef: 'master'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-ring-anti-forgery:
uses: ./.github/workflows/lein-test.yml
with:
Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'taoensso/encore'
subjectRef: 'master'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-tempura:
uses: ./.github/workflows/lein-test.yml
with:
Expand Down Expand Up @@ -771,7 +771,7 @@ jobs:
subjectRef: 'main'
testDir: '.'
testCmd: '-A:test -m kaocha.runner'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-clojure-lsp:
uses: ./.github/workflows/deps-test.yml
with:
Expand Down Expand Up @@ -826,7 +826,7 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'Datomic/fressian'
subjectRef: 'master'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-slingshot:
uses: ./.github/workflows/lein-test.yml
with:
Expand Down Expand Up @@ -921,7 +921,7 @@ jobs:
testDir: '.'
subjectRepo: 'clojure/clojurescript'
subjectRef: 'master'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-spec-alpha2:
uses: ./.github/workflows/mvn-test.yml
with:
Expand Down Expand Up @@ -1079,7 +1079,7 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'aphyr/dom-top'
subjectRef: 'master'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-sweet-array:
uses: ./.github/workflows/deps-test.yml
with:
Expand Down Expand Up @@ -1139,7 +1139,7 @@ jobs:
testDir: '.'
subjectRepo: 'funcool/buddy-sign'
subjectRef: 'master'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-cuerdas:
uses: ./.github/workflows/deps-test.yml
with:
Expand Down Expand Up @@ -1224,7 +1224,7 @@ jobs:
testDir: '.'
subjectRepo: 'juxt/tick'
subjectRef: 'master'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-deep-diff2:
uses: ./.github/workflows/deps-test.yml
with:
Expand Down Expand Up @@ -1367,7 +1367,7 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'ring-clojure/ring-codec'
subjectRef: 'master'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-next-jdbc:
uses: ./.github/workflows/deps-test.yml
with:
Expand All @@ -1377,7 +1377,7 @@ jobs:
testDir: '.'
subjectRepo: 'seancorfield/next-jdbc'
subjectRef: 'develop'
javaVersion: '["11", "17", "21"]'
javaVersion: '["17", "21"]'
test-timre:
uses: ./.github/workflows/lein-test.yml
with:
Expand Down

0 comments on commit 60558cc

Please sign in to comment.