Skip to content

Commit

Permalink
Match the PR workflow Java env matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Mar 17, 2021
1 parent 20720cc commit 0e96161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
java: [
{'version': '8', 'source': 'releases'},
{'version': '11', 'source': 'releases'},
{'version': '15', 'source': 'releases'},
{ 'version': '8', 'source': 'releases', opts: '' },
{ 'version': '11', 'source': 'releases', opts: '' },
{ 'version': '15', 'source': 'releases', opts: '' },
{ 'version': '16', 'source': 'nightly', 'opts': '--illegal-access=permit' } # required for kotlin on java 16
]
name: Build with Java ${{ matrix.java.version }} (OpenJDK)
Expand Down

0 comments on commit 0e96161

Please sign in to comment.