feat: Java 8 compatibility (#19)
Closes #18 Co-authored-by: Ronny Bräunlich <ronny.braeunlich@cbc.de>
This commit is contained in:
parent
dd3d500496
commit
6f33f9c2a9
4 changed files with 25 additions and 25 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [11, 17, 21]
|
||||
java-version: [8, 11, 17, 21]
|
||||
os:
|
||||
- macos-latest
|
||||
- ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue