Skip to content

Commit

Permalink
Use Cassandra 4.1 in integration test (#144)
Browse files Browse the repository at this point in the history
* Use Cassandra 4.1 in integration test

Signed-off-by: Yuri Shkuro <[email protected]>

* fix

Signed-off-by: Yuri Shkuro <[email protected]>

---------

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Feb 5, 2025
1 parent 0723c37 commit 2c61c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
latest-jaeger:
name: Latest Jaeger
name: Latest Jaeger and Cassandra 4.x
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class CassandraDependenciesJobTest extends DependenciesTest {
@BeforeClass
public static void beforeClass() {
network = Network.newNetwork();
cassandra = new CassandraContainer("cassandra:3.11")
cassandra = new CassandraContainer("cassandra:4.1")
.withNetwork(network)
.withNetworkAliases("cassandra")
.withExposedPorts(9042);
Expand Down

0 comments on commit 2c61c38

Please sign in to comment.