Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 authored Sep 24, 2022
1 parent 324a498 commit f82c648
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 @@ -7,7 +7,7 @@ jobs:
name: Build
strategy:
matrix:
java: [ '8', '11', '17', '18', '19-ea', '20-ea' ]
java: [ '8', '11', '17', '18', '19', '20-ea' ]
os: [ windows-latest, ubuntu-20.04, macOS-latest ]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit f82c648

Please sign in to comment.