Skip to content

Commit

Permalink
update to use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Sep 23, 2023
1 parent 27664c4 commit 8e5ce2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 20 ]
java: [ 21 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down
17 changes: 7 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e5ce2d

Please sign in to comment.