Skip to content

Commit

Permalink
remove an old docker image (#19109)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadhemiDD authored Nov 21, 2024
1 parent 52aeb78 commit 686abf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cockroachdb/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

[[envs.default.matrix]]
python = ["3.12"]
version = ["2.0", "22.1", "23.2"]
version = ["22.1", "23.2"]

[envs.default.overrides]
matrix.version.env-vars = [
{ key = "COCKROACHDB_VERSION", value = "v2.0.5", if = ["2.0"] },
{ key = "COCKROACHDB_VERSION", value = "v22.1.11", if = ["22.1"] },
{ key = "COCKROACHDB_VERSION", value = "v23.2.2", if = ["23.2"] },
]
Expand Down

0 comments on commit 686abf2

Please sign in to comment.