Skip to content

Commit

Permalink
Bump up DSE & OSS C* versions the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Jun 22, 2022
1 parent 83295fc commit e5c3fe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
scala: [2.11.12]
db-version: [6.8.13, 5.1.24, 3.11.10, 4.0-rc2]
db-version: [6.8.24, 5.1.31, 3.11.13, 4.0.4]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions doc/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ anything which could be used for any application even if Spark is not involved.


#### test-support
CCM Wrapper code. Much of this code is based on the Datastax Java Driver's test code.
CCM Wrapper code. Much of this code is based on the DataStax Java Driver's test code.
Includes code for spawning CCM as well as several modes for launching clusters
while testing. Together this also defines which tests require seperate clusters to
run and the parallelization used while running tests.
Expand All @@ -98,7 +98,7 @@ In order to limit the number of test groups running simultaneously use the
`TEST_PARALLEL_TASKS` environment variable. Only applies to `sbt test` tasks.

### Set Cassandra Test Target
Our CI Build runs through the Datastax Infrastructure and tests on all the builds
Our CI Build runs through the DataStax Infrastructure and tests on all the builds
listed in build.yaml. In addition the _test-support_ module supports Cassandra
or other CCM Compatible installations.

Expand Down

0 comments on commit e5c3fe9

Please sign in to comment.