Skip to content

Commit e5c3fe9

Browse files
committed
Bump up DSE & OSS C* versions the latest
1 parent 83295fc commit e5c3fe9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
scala: [2.11.12]
18-
db-version: [6.8.13, 5.1.24, 3.11.10, 4.0-rc2]
18+
db-version: [6.8.24, 5.1.31, 3.11.13, 4.0.4]
1919

2020
steps:
2121
- uses: actions/checkout@v2

doc/developers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ anything which could be used for any application even if Spark is not involved.
8787

8888

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

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

0 commit comments

Comments
 (0)