Skip to content

Commit

Permalink
Merge pull request #614 from focus-shift/java
Browse files Browse the repository at this point in the history
Upgrade build to run also with java 23
  • Loading branch information
derTobsch authored Sep 19, 2024
2 parents 9a56f26 + 72fce03 commit 243d06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: build and analyse
strategy:
matrix:
java: [ '11', '17', '21', '22' ]
java: [ '11', '17', '21', '22', '23' ]
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 243d06e

Please sign in to comment.