Skip to content

Commit 9bf70ac

Browse files
committed
test: Only run influxdb 2.7 tests and newer
2.6 and older no longer work due to the gosu and these images are not released on DockerHub.
1 parent 13c39ad commit 9bf70ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ workflows:
3636
- test-influxdb:
3737
matrix:
3838
parameters:
39-
version: ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7"]
39+
version: ["2.7"]
4040
- publish_docker_images:
4141
<<: *master_filter
4242
- test-influxdb-binaries:
@@ -69,7 +69,7 @@ jobs:
6969
parameters:
7070
version:
7171
type: string
72-
enum: ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6"]
72+
enum: ["2.7"]
7373
steps:
7474
- checkout
7575
- run: |

0 commit comments

Comments
 (0)