Skip to content

Commit

Permalink
Bump java to 21 (#1014)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Jul 9, 2024
1 parent 2f81773 commit b24ed48
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/reports-scheduler-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
strategy:
matrix:
java:
- 11
- 17
- 21
runs-on: ubuntu-latest
container:
Expand All @@ -24,6 +22,9 @@ jobs:
# need to switch to root so that github actions can install runner binary on container without permission issues.
options: --user root

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
Expand Down Expand Up @@ -67,8 +68,6 @@ jobs:
strategy:
matrix:
java:
- 11
- 17
- 21
runs-on: windows-latest

Expand Down Expand Up @@ -100,8 +99,7 @@ jobs:
strategy:
matrix:
java:
- 11
- 17
- 21
runs-on: macos-latest

steps:
Expand Down

0 comments on commit b24ed48

Please sign in to comment.