Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Sep 24, 2024
1 parent 3821539 commit 17fed64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,18 @@ jobs:

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

steps:
- name: Checkout source
uses: actions/checkout@v4

- name: Set up JDK 8
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: ${{ matrix.java-version }}
distribution: 'adopt'

- name: Setup Python 3
Expand Down

0 comments on commit 17fed64

Please sign in to comment.