Skip to content

Commit

Permalink
CI: Enable JDK 16 PR Builds (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmitch authored Jul 21, 2021
1 parent 04b2fb4 commit 9ac4f98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prb-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
# Matrix should be coordinated with ci-prb.yml.
matrix:
java: [ 8, 11 ]
java: [ 8, 11, 16 ]
os: [ ubuntu-latest ]
steps:
- name: Download Artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-prb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [ 8, 11 ]
java: [ 8, 11, 16 ]
os: [ ubuntu-latest ]
steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-prq-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11 ]
java: [ 8, 11, 16 ]
steps:
- name: Download Artifacts
uses: dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-prq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11 ]
java: [ 8, 11, 16 ]
steps:
- name: Checkout Code
uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit 9ac4f98

Please sign in to comment.