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:
115115Run the following command (make sure you have an updated docker version on your machine):
116116
117117``` bash
118- docker run --rm -v $( pwd) :/app -w /app php:7.4 -cli php example.php
118+ docker run --rm -v $( pwd) :/app -w /app php:8.1 -cli php example.php
119119```
120120
121121> 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
252252
253253Finally, you can run tests using:
254254``` sh
255- docker run --rm -v $( pwd) :$( pwd) :rw -w $( pwd) -v /var/run/docker.sock:/var/run/docker.sock php:7.4 -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.1 -cli-alpine sh -c " apk add docker-cli && vendor/bin/phpunit"
256256```
257257
258258## SDK Generator Interface
You can’t perform that action at this time.
0 commit comments