Skip to content

Commit 226c847

Browse files
committed
fix: bump php:8.1 to 8.3
1 parent 09bc721 commit 226c847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ sdk-generator/blob/master/example.php:
115115
Run 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:8.1-cli php example.php
118+
docker run --rm -v $(pwd):/app -w /app php:8.3-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

253253
Finally, 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: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"
256256
```
257257

258258
## SDK Generator Interface

0 commit comments

Comments
 (0)