Browse Source

Build against Java 24

Closes gh-35326
pull/35405/head
Stéphane Nicoll 4 months ago
parent
commit
edda4731e1
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -21,7 +21,7 @@ jobs:
toolchain: false toolchain: false
- version: 21 - version: 21
toolchain: true toolchain: true
- version: 23 - version: 24
toolchain: true toolchain: true
exclude: exclude:
- os: - os:

Loading…
Cancel
Save