Skip to content

Commit 969679d

Browse files
committed
Test against v21.1
- Remove v19.1 from testing since it has reached end of life. - Update other versions under test to latest patch release.
1 parent 6cbd57d commit 969679d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

circle.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
version: 2
22

3-
.x-cockroach-19.1: &cockroach-19-1
4-
image: cockroachdb/cockroach:v19.1.11
5-
command: start --insecure
6-
73
.x-cockroach-19.2: &cockroach-19-2
8-
image: cockroachdb/cockroach:v19.2.10
4+
image: cockroachdb/cockroach:v19.2.12
95
command: start-single-node --insecure
106

117
.x-cockroach-20.1: &cockroach-20-1
12-
image: cockroachdb/cockroach:v20.1.5
8+
image: cockroachdb/cockroach:v20.1.14
139
command: start-single-node --insecure
1410

1511
.x-cockroach-20.2: &cockroach-20-2
16-
image: cockroachdb/cockroach-unstable:v20.2.0-alpha.3
12+
image: cockroachdb/cockroach:v20.2.7
13+
command: start-single-node --insecure
14+
15+
.x-cockroach-21.1: &cockroach-21-1
16+
image: cockroachdb/cockroach-unstable:v21.1.0-beta.4
1717
command: start-single-node --insecure
1818

1919
.x-tox-version: &tox-version
@@ -38,13 +38,6 @@ version: 2
3838
command: ${HOME}/.local/bin/tox
3939

4040
jobs:
41-
test-py37-19.1:
42-
docker:
43-
- image: circleci/python:3.7
44-
- *cockroach-19-1
45-
<<: *test-steps
46-
<<: *py37
47-
4841
test-py37-19.2:
4942
docker:
5043
- image: circleci/python:3.7
@@ -66,6 +59,13 @@ jobs:
6659
<<: *test-steps
6760
<<: *py37
6861

62+
test-py37-21.1:
63+
docker:
64+
- image: circleci/python:3.7
65+
- *cockroach-21-1
66+
<<: *test-steps
67+
<<: *py37
68+
6969
lint:
7070
docker:
7171
- image: circleci/python:3.7
@@ -84,8 +84,8 @@ workflows:
8484
version: 2
8585
test-and-lint:
8686
jobs:
87-
- test-py37-19.1
8887
- test-py37-19.2
8988
- test-py37-20.1
9089
- test-py37-20.2
90+
- test-py37-21.1
9191
- lint

0 commit comments

Comments
 (0)