Skip to content

Commit

Permalink
Test on more java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Dec 14, 2023
1 parent 1237827 commit b801aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
matrix:
java: [
"17" # Latest version
"8", "11", "17", # LTS
"21" # Latest version
]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b801aea

Please sign in to comment.