Skip to content

Commit 216b1c5

Browse files
authored
Update test to use 11.0.7
1 parent 1e6c3d6 commit 216b1c5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/workflow.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434
- name: Clear tool cache (Windows)
3535
if: runner.os == 'windows'
3636
run: move "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
37-
- name: Setup Java 13
37+
- name: Setup Java 11
3838
uses: ./
3939
with:
40-
java-version: 13.0.2
41-
- name: Verify Java 13
40+
java-version: 11.0.7
41+
- name: Verify Java 11
4242
if: runner.os != 'windows'
43-
run: __tests__/verify-java.sh 13.0.2
44-
- name: Verify Java 13 (Windows)
43+
run: __tests__/verify-java.sh 11.0.7
44+
- name: Verify Java 11 (Windows)
4545
if: runner.os == 'windows'
46-
run: __tests__/verify-java.ps1 13.0.2
46+
run: __tests__/verify-java.ps1 11.0.2
4747

4848
test-proxy:
4949
runs-on: ubuntu-latest
@@ -61,12 +61,12 @@ jobs:
6161
- uses: actions/checkout@v2
6262
- name: Clear tool cache
6363
run: rm -rf $RUNNER_TOOL_CACHE/*
64-
- name: Setup Java 13
64+
- name: Setup Java 11
6565
uses: ./
6666
with:
67-
java-version: 13.0.2
67+
java-version: 11.0.7
6868
- name: Verify Java 13
69-
run: __tests__/verify-java.sh 13.0.2
69+
run: __tests__/verify-java.sh 11.0.7
7070

7171
test-bypass-proxy:
7272
runs-on: ubuntu-latest
@@ -77,9 +77,9 @@ jobs:
7777
- uses: actions/checkout@v2
7878
- name: Clear tool cache
7979
run: rm -rf $RUNNER_TOOL_CACHE/*
80-
- name: Setup Java 13
80+
- name: Setup Java 11
8181
uses: ./
8282
with:
83-
java-version: 13.0.2
84-
- name: Verify Java 13
85-
run: __tests__/verify-java.sh 13.0.2
83+
java-version: 11.0.7
84+
- name: Verify Java 11
85+
run: __tests__/verify-java.sh 11.0.7

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy