Skip to content

Commit

Permalink
move to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Aug 30, 2023
1 parent 614ae9d commit b25d42a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 51 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: [ 19 ]
java: [ 21 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 3 additions & 7 deletions .idea/compiler.xml

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

2 changes: 1 addition & 1 deletion .idea/vcs.xml

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

62 changes: 20 additions & 42 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 b25d42a

Please sign in to comment.