File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3434 Node16,
3535 Node18,
3636 Node20,
37- PHP74,
3837 PHP80,
38+ PHP83,
3939 Python38,
4040 Python39,
4141 Python310,
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Tests ;
43
5- class PHP74Test extends Base
4+ use Tests \Base ;
5+
6+ class PHP83Test extends Base
67{
78 protected string $ sdkName = 'php ' ;
89 protected string $ sdkPlatform = 'server ' ;
@@ -13,7 +14,7 @@ class PHP74Test extends Base
1314 protected string $ class = 'Appwrite\SDK\Language\PHP ' ;
1415 protected array $ build = [];
1516 protected string $ command =
16- 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app php:7.4 -cli-alpine php tests/languages/php/test.php ' ;
17+ 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app php:8.3 -cli-alpine php tests/languages/php/test.php ' ;
1718
1819 protected array $ expectedOutput = [
1920 ...Base::FOO_RESPONSES ,
You can’t perform that action at this time.
0 commit comments