Skip to content

Commit

Permalink
Add Java 11 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras authored Nov 25, 2020
1 parent b8793f9 commit a689f62
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 @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 15 ] # [ 15, 14, ..., 11 ]
java: [ 15, 11 ]
runs-on: ${{ matrix.os }}
steps:
- name: 'Check out repository'
Expand Down

0 comments on commit a689f62

Please sign in to comment.