Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpc42 committed Oct 22, 2023
1 parent a34059b commit 28a6916
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
jdk: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]
os: [ubuntu-20.04, ubuntu-22.04]
jdk: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]

name: Test on ${{ matrix.os }} with JDK ${{ matrix.jdk }}

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.4.2-SNAPSHOT (20XX-XX-XX)

* Upgrade JMH to version `1.35`
* Explicit support for JDK 15, 16, 17, and 18
* Upgrade JMH to version `1.37`
* Explicit support for JDKs 15-21
* Explicit support for Clojure 1.11
* Improve error message when benchmark `:name` is invalid Java method identifier ([#10][issue10])

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps
{insn/insn {:mvn/version "0.2.1"}
org.openjdk.jmh/jmh-core {:mvn/version "1.35"}
org.openjdk.jmh/jmh-generator-reflection {:mvn/version "1.35"}}}
org.openjdk.jmh/jmh-core {:mvn/version "1.37"}
org.openjdk.jmh/jmh-generator-reflection {:mvn/version "1.37"}}}

0 comments on commit 28a6916

Please sign in to comment.