Skip to content

Commit

Permalink
Bring back JDK 11 build compatibility. #246
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed May 24, 2024
1 parent 6a2913d commit b871257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
java: [ '17', '21' ]
java: [ '11', '21' ]

steps:
- name: Git checkout
Expand All @@ -42,5 +42,5 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: failed-test-outputs
name: failed-test-outputs-${{ matrix.java }}
path: '**/OUTPUT-*.txt'
4 changes: 2 additions & 2 deletions versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fastutil = "8.5.13"
# @keep This is GJF version for spotless/ tidy.
googleJavaFormat = "1.22.0"
# @keep spotless formatting of groovy/gradle files
greclipse = "4.27"
greclipse = "4.26"
# @keep This is the project's version.
hppcVersion = "0.10.0-SNAPSHOT"
jgit = "6.9.0.202403050737-r"
Expand Down Expand Up @@ -36,7 +36,7 @@ velocity = { module = "org.apache.velocity:velocity-engine-core", version.ref =

[plugins]
benmanes-versions = "com.github.ben-manes.versions:0.51.0"
dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.7"
dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.9"
forbiddenapis = "de.thetaphi.forbiddenapis:3.7"
jmh = "me.champeau.jmh:0.7.2"
randomizedtesting = "com.carrotsearch.gradle.randomizedtesting:0.0.6"
Expand Down

0 comments on commit b871257

Please sign in to comment.