Skip to content

Commit

Permalink
add java 23 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 16, 2024
1 parent 59074ec commit 373965f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ jobs:
max-parallel: 1
matrix:
luceeVersion: [ 5.4/snapshot/light, 6.0/snapshot/light, 6.1/snapshot/light, 6.2/snapshot/light ]
javaVersion: [ 11, 21 ]
javaVersion: [ 11, 21, 23 ]
exclude:
- luceeVersion: 5.4/snapshot/light
javaVersion: 21
- luceeVersion: 5.4/snapshot/light
javaVersion: 23
- luceeVersion: 6.0/snapshot/light
javaVersion: 21
- luceeVersion: 6.0/snapshot/light
javaVersion: 23
- luceeVersion: 6.1/snapshot/light
javaVersion: 23
env:
luceeVersionQuery: ${{ matrix.luceeVersion }}
compile: ${{ github.event.inputs.compile }}
Expand Down

0 comments on commit 373965f

Please sign in to comment.