Skip to content

Commit 64649fb

Browse files
committed
WS-3314: Drop 7.4 and 8.0. Update support email.
1 parent cdbd778 commit 64649fb

3 files changed

Lines changed: 2 additions & 2 deletions

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}"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
],
4343
"support": {
44-
"email": "helpdesk@babelstreet.com",
44+
"email": "analyticssupport@babelstreet.com",
4545
"issues": "https://babelstreet.my.site.com/support/s/",
4646
"source": "https://github.com/rosette-api/php"
4747
},

examples/run_examples.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)