Skip to content

Commit 3ea8c58

Browse files
committed
Change JDK Version in name
1 parent 0c06f1d commit 3ea8c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash
2424
- uses: actions/checkout@v3
2525
if: env.SKIP_STEP != 'true'
26-
- name: Set up JDK 21
26+
- name: Set up JDK 11
2727
if: env.SKIP_STEP != 'true'
2828
uses: actions/setup-java@v3
2929
with:
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash
6060
- uses: actions/checkout@v3
6161
if: env.SKIP_STEP != 'true'
62-
- name: Set up JDK 21
62+
- name: Set up JDK 11
6363
if: env.SKIP_STEP != 'true'
6464
uses: actions/setup-java@v3
6565
with:

0 commit comments

Comments
 (0)