File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "image" : " opencodeco/phpctl:php83 -devcontainer" ,
2+ "image" : " opencodeco/phpctl:php84 -devcontainer" ,
33 "containerEnv" : {
4- "PHP_VERSION" : " 83 "
4+ "PHP_VERSION" : " 84 "
55 },
66 "features" : {
77 "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
Original file line number Diff line number Diff line change 1818 php-str : 8.2
1919 - php : 83
2020 php-str : 8.3
21+ - php : 84
22+ php-str : 8.4
2123
2224 steps :
2325 -
Original file line number Diff line number Diff line change 2020 - alpine : ' 3.20'
2121 php : 83
2222 without-watchr : ' '
23+ - alpine : ' 3.21'
24+ php : 84
25+ without-watchr : ' '
2326 steps :
2427 -
2528 name : Checkout
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ And everything should ok fine.
106106
107107The command PhpStorm should be using will be something similar to:
108108``` text
109- [docker://opencodeco/phpctl:php82 /]:php /opt/project/examples/phpunit/vendor/phpunit/phpunit/phpunit --configuration /opt/project/examples/phpunit/phpunit.xml --teamcity
109+ [docker://opencodeco/phpctl:php84 /]:php /opt/project/examples/phpunit/vendor/phpunit/phpunit/phpunit --configuration /opt/project/examples/phpunit/phpunit.xml --teamcity
110110```
111111
112112---
You can’t perform that action at this time.
0 commit comments