Skip to content

Commit f186ae1

Browse files
committed
try java 8
1 parent c895bba commit f186ae1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,14 @@ jobs:
135135
uses: actions/setup-java@v3
136136
with:
137137
distribution: temurin
138-
java-version: 11
138+
java-version: 8
139139
- name: Set up Python
140140
uses: actions/setup-python@v4
141141
with:
142142
python-version: ${{ env.PYTHON_LATEST }}
143143
cache: pip
144144
cache-dependency-path: |
145145
requirements-dev.txt
146-
# - name: Check Java installation
147-
# run: source travis_java_install.sh
148146
- name: Pull Kafka releases
149147
run: ./build_integration.sh
150148
env:

0 commit comments

Comments
 (0)