Skip to content

Commit 670dd2b

Browse files
committed
feat: php 8.4
1 parent bcbd8b5 commit 670dd2b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {},

.github/workflows/devcontainer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
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
-

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
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

examples/phpunit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ And everything should ok fine.
106106

107107
The 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
---

0 commit comments

Comments
 (0)