Skip to content

Commit 8640bb0

Browse files
committed
Configure java version to 11
1 parent 2de44d5 commit 8640bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: env.SKIP_STEP != 'true'
2828
uses: actions/setup-java@v3
2929
with:
30-
java-version: '21'
30+
java-version: '11'
3131
distribution: 'adopt'
3232
architecture: x64
3333
- name: Setup and execute Gradle 'test' task

0 commit comments

Comments
 (0)