Skip to content

Commit

Permalink
Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan authored Sep 22, 2023
1 parent 6c6802d commit 115ba4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '20']
java: [ '17', '21']
# Kotlin needs access to java.util
include:
- java: '17'
maven-opts: --add-opens java.base/java.util=ALL-UNNAMED
maven-params: ''
- java: '20'
- java: '21'
maven-opts: --add-opens java.base/java.util=ALL-UNNAMED
maven-params: ''
steps:
Expand Down

0 comments on commit 115ba4d

Please sign in to comment.