Skip to content

Commit 09f2bf6

Browse files
authored
Drop unsupported sonarqube version from CI (DataDog#20744)
* fix sonarqube tests * test * drop old version * drop old version
1 parent 10e089e commit 09f2bf6

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

sonarqube/hatch.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
[[envs.default.matrix]]
44
python = ["3.12"]
5-
version = ["7.9", "8.5", "9.3"]
5+
version = ["8.5", "9.3"]
66

77
# You can use M1 env if you want to run on M1 processor machine
8-
# version = ["7.9", "8.5", "9.3", "M1"]
8+
# version = ["8.5", "9.3", "M1"]
99

1010
[envs.default.overrides]
1111
matrix.version.env-vars = [
12-
{ key = "SONARQUBE_VERSION", value = "7.9.4", if = ["7.9"] },
13-
{ key = "DOCKERFILE_VERSION", value = "7.x", if = ["7.9"] },
14-
1512
{ key = "SONARQUBE_VERSION", value = "8.5", if = ["8.5"] },
1613
{ key = "DOCKERFILE_VERSION", value = "8+", if = ["8.5"] },
1714

sonarqube/tests/docker/Dockerfile-7.x

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)