Skip to content

Commit

Permalink
test with Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Apr 20, 2023
1 parent e0e7bf5 commit 6fbbb44
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '15', '17', 'ea' ]
java: [ '11', '15', '17', '20' ]
name: Java ${{ matrix.Java }} sample
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6fbbb44

Please sign in to comment.