Skip to content

Commit

Permalink
Fix missing DSE 6.9.6 in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Jan 20, 2025
1 parent 673cab2 commit 16950a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,10 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3, 6.9.4, 6.9.5]
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3, 6.9.4, 6.9.5, 6.9.6]
image-base: [jdk11]
include:
- dse-version: 6.9.5
- dse-version: 6.9.6
latest: true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -605,10 +605,10 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3, 6.9.4, 6.9.5]
dse-version: [6.9.0, 6.9.1, 6.9.2, 6.9.3, 6.9.4, 6.9.5, 6.9.6]
image-base: [ubi8]
include:
- dse-version: 6.9.5
- dse-version: 6.9.6
latest: true
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 16950a3

Please sign in to comment.