Skip to content

Commit 17fed64

Browse files
committed
1
1 parent 3821539 commit 17fed64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/[email protected]

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,17 +176,18 @@ jobs:
176176

177177
strategy:
178178
matrix:
179+
java-version: [8, 11]
179180
scylla-version: ${{ fromJson(needs.setup-integration-tests.outputs.scylla-integration-tests-versions) }}
180181
fail-fast: false
181182

182183
steps:
183184
- name: Checkout source
184185
uses: actions/checkout@v4
185186

186-
- name: Set up JDK 8
187+
- name: Set up JDK ${{ matrix.java-version }}
187188
uses: actions/setup-java@v4
188189
with:
189-
java-version: '8'
190+
java-version: ${{ matrix.java-version }}
190191
distribution: 'adopt'
191192

192193
- name: Setup Python 3

0 commit comments

Comments
 (0)