diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-07 20:51:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 15:21:54 +0000 |
commit | 1df01a2f5486f400cac35af49f2fc474c5206204 (patch) | |
tree | c018633f54a96ac70ce3660fa2d4748175978bcd /.github/workflows/pull_request.yml | |
parent | 38bfcfdcaef8c71358b50171e384b88347ad3eed (diff) |
Upgrade workflows to use Java 17 (#1579)
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b09c8b6f..fd216614 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,7 +29,7 @@ jobs: uses : actions/setup-java@v2.4.0 with : distribution : 'zulu' - java-version : '11' + java-version : '17' cache: 'gradle' - name: Copy CI gradle.properties @@ -64,7 +64,7 @@ jobs: uses : actions/setup-java@v2.4.0 with : distribution : 'zulu' - java-version : '11' + java-version : '17' cache: 'gradle' - name: Copy CI gradle.properties @@ -106,7 +106,7 @@ jobs: uses : actions/setup-java@v2.4.0 with : distribution : 'zulu' - java-version : '11' + java-version : '17' cache: 'gradle' - name: Copy CI gradle.properties @@ -141,7 +141,7 @@ jobs: uses : actions/setup-java@v2.4.0 with : distribution : 'zulu' - java-version : '11' + java-version : '17' cache: 'gradle' - name: Copy CI gradle.properties @@ -176,7 +176,7 @@ jobs: uses : actions/setup-java@v2.4.0 with : distribution : 'zulu' - java-version : '11' + java-version : '17' cache: 'gradle' - name: Copy CI gradle.properties @@ -211,7 +211,7 @@ jobs: uses : actions/setup-java@v2.4.0 with : distribution : 'zulu' - java-version : '11' + java-version : '17' cache: 'gradle' - name: Copy CI gradle.properties |