Skip to content

Commit

Permalink
Java 17 is the lowest tested version
Browse files Browse the repository at this point in the history
JarrodCTaylor committed Nov 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 957939d commit 9bdcb83
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
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/lein-test.yml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/mvn-test.yml
Original file line number Diff line number Diff line change
@@ -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:
24 changes: 12 additions & 12 deletions .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:

0 comments on commit 9bdcb83

Please sign in to comment.