File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ sdk-generator/blob/master/example.php:
115
115
Run the following command (make sure you have an updated docker version on your machine):
116
116
117
117
``` bash
118
- docker run --rm -v $( pwd) :/app -w /app php:8.1 -cli php example.php
118
+ docker run --rm -v $( pwd) :/app -w /app php:8.3 -cli php example.php
119
119
```
120
120
121
121
> Note: You can just add the new language next to the other languages in the ` example.php ` file. You don't need to rewrite the file completely.
@@ -252,7 +252,7 @@ Also in `.travis.yml` add new env `SDK=[Language]` so that travis will run a tes
252
252
253
253
Finally, you can run tests using:
254
254
``` sh
255
- docker run --rm -v $( pwd) :$( pwd) :rw -w $( pwd) -v /var/run/docker.sock:/var/run/docker.sock php:8.1 -cli-alpine sh -c " apk add docker-cli && vendor/bin/phpunit"
255
+ docker run --rm -v $( pwd) :$( pwd) :rw -w $( pwd) -v /var/run/docker.sock:/var/run/docker.sock php:8.3 -cli-alpine sh -c " apk add docker-cli && vendor/bin/phpunit"
256
256
```
257
257
258
258
## SDK Generator Interface
You can’t perform that action at this time.
0 commit comments