Skip to content

Commit

Permalink
JDK19 builds for PRB
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmitch committed Nov 20, 2022
1 parent a652c67 commit fe0291e
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.0.16+8, 17 ]
java: [ 8, 11.0.16+8, 17, 19 ]
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.0.16+8, 17 ]
java: [ 8, 11.0.16+8, 17, 19 ]
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.0.16+8, 17 ]
java: [ 8, 11.0.16+8, 17, 19 ]
steps:
- name: Download Artifacts
uses: dawidd6/action-download-artifact@e6e25ac3a2b93187502a8be1ef9e9603afc34925
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11.0.16+8, 17 ]
java: [ 8, 11.0.16+8, 17, 19 ]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit fe0291e

Please sign in to comment.