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 1
1
{
2
- "image" : " opencodeco/phpctl:php83 -devcontainer" ,
2
+ "image" : " opencodeco/phpctl:php84 -devcontainer" ,
3
3
"containerEnv" : {
4
- "PHP_VERSION" : " 83 "
4
+ "PHP_VERSION" : " 84 "
5
5
},
6
6
"features" : {
7
7
"ghcr.io/devcontainers/features/docker-in-docker:2" : {},
Original file line number Diff line number Diff line change 18
18
php-str : 8.2
19
19
- php : 83
20
20
php-str : 8.3
21
+ - php : 84
22
+ php-str : 8.4
21
23
22
24
steps :
23
25
-
Original file line number Diff line number Diff line change 20
20
- alpine : ' 3.20'
21
21
php : 83
22
22
without-watchr : ' '
23
+ - alpine : ' 3.21'
24
+ php : 84
25
+ without-watchr : ' '
23
26
steps :
24
27
-
25
28
name : Checkout
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ And everything should ok fine.
106
106
107
107
The command PhpStorm should be using will be something similar to:
108
108
``` 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
110
110
```
111
111
112
112
---
You can’t perform that action at this time.
0 commit comments