Skip to content

Commit 3494bf6

Browse files
committed
WS-3151: Drop 7.3 and add 8.3.
1 parent 2dbd612 commit 3494bf6

2 files changed

Lines changed: 4 additions & 4 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.3, 7.4, 8.0, 8.1, 8.2]
2+
def php_versions = [7.4, 8.0, 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}"

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ These examples are scripts that can be run independently to demonstrate the Rose
33

44
Each example file demonstrates one of the capabilities of the Rosette Platform. Each example, when run, prints its output to the console.
55

6-
Here are some methods for running the examples. Each example will also accept an optional `--url` parameter for
6+
Here are some methods for running the examples. Each example will also accept an optional `--url=` parameter for
77
overriding the default URL.
88

99
Also, the examples are dual purpose in that they're used to test both source and packagist. The instructions include steps to address this depending on what you are testing.
@@ -15,7 +15,7 @@ A note on prerequisites. Rosette API only supports TLS 1.2 so ensure your toolc
1515
```
1616
git clone git@github.com:rosette-api/php.git
1717
cd php
18-
docker run -it -v $(pwd):/source --entrypoint bash php:7.3-cli
18+
docker run -it -v $(pwd):/source --entrypoint bash php:8.2-cli
1919
2020
apt-get update
2121
apt-get install -y git zip
@@ -37,7 +37,7 @@ php ping.php --key $API_KEY
3737
```
3838
git clone git@github.com:rosette-api/php.git
3939
cd php
40-
docker run -it -v $(pwd):/source --entrypoint bash php:7.3-cli
40+
docker run -it -v $(pwd):/source --entrypoint bash php:78.2-cli
4141
4242
apt-get update
4343
apt-get install -y git zip

0 commit comments

Comments
 (0)