Skip to content

Commit 211cf33

Browse files
author
Adam Soos
committed
ws-3270: drop unsupported php versions
1 parent e58eec3 commit 211cf33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CI.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// These are Debian images.
2-
def php_versions = [7.4, 8.0, 8.1, 8.2, 8.3]
2+
def php_versions = [8.1, 8.2, 8.3]
33

44
def runVersion(sourceDir, ver) {
55
mySonarOpts = "-Dsonar.host.url=${env.SONAR_HOST_URL} -Dsonar.login=${env.SONAR_AUTH_TOKEN}"

0 commit comments

Comments
 (0)