Skip to content

Commit 7fba757

Browse files
committed
[looper] Bump Java version to 11
1 parent b328538 commit 7fba757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/install.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
- name: Setup Java SDK
7777
uses: actions/setup-java@v3
7878
with:
79-
distribution: 'temurin'
80-
java-version: '8'
79+
distribution: "temurin"
80+
java-version: 11'
8181

8282
- name: Setup Python
8383
uses: actions/setup-python@v4
8484
with:
85-
python-version: '3.8'
85+
python-version: "3.8"
8686

8787
- name: Get OS version
8888
uses: sersoft-gmbh/os-version-action@v1

0 commit comments

Comments
 (0)