Skip to content

Commit

Permalink
[CI/CD] add Java 10
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Mar 24, 2023
1 parent abd2e26 commit a3e3172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-java-8-plus:
strategy:
matrix:
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ]
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a3e3172

Please sign in to comment.