Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko authored Oct 24, 2023
1 parent 1bc8504 commit 3614c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [ '8', '11', '17', '19' ]
java: [ '8', '11', '17', '21' ]
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
fail-fast: false
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ target/
.settings/
.DS_Store
/.metadata/
bin/

0 comments on commit 3614c8b

Please sign in to comment.