Skip to content

Commit

Permalink
remove 3.11 from image buiolds during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Oct 25, 2024
1 parent c3675ff commit c46d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
max-parallel: 8
matrix:
cassandra-version: ['3.11', '4.0', '4.1', '5.0']
cassandra-version: ['4.0', '4.1', '5.0']
base-platform: ['ubuntu', 'ubi8']
exclude:
- cassandra-version: '5.0'
Expand Down

0 comments on commit c46d854

Please sign in to comment.