Skip to content

Commit

Permalink
[ACS-8623] Configured java 21 runtime for all usages of setup-java-bu…
Browse files Browse the repository at this point in the history
…ild github actions
  • Loading branch information
cezary-witkowski committed Sep 6, 2024
1 parent 1e0a93c commit ff1e50a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.33.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.33.0
with:
java-version: "21"
- name: "print java runtime version"
run: |
java -version
- name: "Init"
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
run: |
Expand All @@ -103,6 +108,11 @@ jobs:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.33.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.33.0
with:
java-version: "21"
- name: "print java runtime version"
run: |
java -version
- name: "Init"
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
run: |
Expand Down Expand Up @@ -130,6 +140,9 @@ jobs:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2
with:
java-version: "21"
- name: "print java runtime version"
run: |
java -version
- name: "Build"
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
run: |
Expand Down Expand Up @@ -168,6 +181,11 @@ jobs:
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.33.0
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.33.0
with:
java-version: "21"
- name: "print java runtime version"
run: |
java -version
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: "Init"
Expand Down Expand Up @@ -202,6 +220,11 @@ jobs:
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.33.0
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.33.0
with:
java-version: "21"
- name: "print java runtime version"
run: |
java -version
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: "Init"
Expand Down

0 comments on commit ff1e50a

Please sign in to comment.