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 f2f2d0a commit d4e6db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
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
2 changes: 1 addition & 1 deletion dev-resources/insn/test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\\.")
last Long/valueOf))

(def max-version 18)
(def max-version 21)

(when (>= jvm 9)
(require 'insn.v9-bytecode-test))
Expand Down

0 comments on commit d4e6db5

Please sign in to comment.