Skip to content

Commit

Permalink
add java 19 test action
Browse files Browse the repository at this point in the history
  • Loading branch information
matsutomo81 committed Nov 17, 2022
1 parent 843e30b commit 731ccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
java: [ '8', '11', '16', '17-ea']
java: [ '8', '11', '16', '17-ea', '19']
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 731ccd5

Please sign in to comment.