Skip to content

Commit f31a537

Browse files
committed
ci update
1 parent c2b21fe commit f31a537

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/local-setup-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- uses: actions/setup-java@v4
1212
with:
1313
distribution: "zulu"
14-
java-version: "11"
14+
java-version: "17"
1515
- name: Install poetry
1616
run: pipx install poetry
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.11"
19+
python-version: "3.13"
2020
cache: "poetry"
2121
- name: Install Python Dependencies
2222
run: |
@@ -40,12 +40,12 @@ jobs:
4040
- uses: actions/setup-java@v4
4141
with:
4242
distribution: "zulu"
43-
java-version: "11"
43+
java-version: "17"
4444
- name: Install poetry
4545
run: pipx install poetry
4646
- uses: actions/setup-python@v5
4747
with:
48-
python-version: "3.11"
48+
python-version: "3.13"
4949
cache: "poetry"
5050
- name: Install Hadoop for Windows
5151
# See https://cwiki.apache.org/confluence/display/HADOOP2/WindowsProblems

0 commit comments

Comments
 (0)