Skip to content

Commit 6c549dd

Browse files
committed
try to set up java explicitly
1 parent 0c77fed commit 6c549dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-integrations-tasks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
with:
134134
python-version: ${{ matrix.python-version }}
135135
allow-prereleases: true
136+
- uses: actions/setup-java@v4
137+
with:
138+
distribution: 'temurin'
139+
java-version: '17'
136140
- name: Start Redis
137141
uses: supercharge/[email protected]
138142
- name: Setup Test Env

0 commit comments

Comments
 (0)