Skip to content

Commit 7da4289

Browse files
authored
Minor PHP 7.4 corrections (#89)
1 parent 9e5899c commit 7da4289

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ wskdev fresh -t local-php
105105
To use as docker action push to your own dockerhub account
106106
```
107107
docker tag whisk/php7.4Action $user_prefix/action-php-v7.4
108-
docker push $user_prefix/action-php-v7.3
108+
docker push $user_prefix/action-php-v7.4
109109
```
110110
```
111111
docker tag whisk/php7.3Action $user_prefix/action-php-v7.3

core/php7.4Action/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"config": {
33
"platform": {
4-
"php": "7.3"
4+
"php": "7.4"
55
}
66
},
77
"require": {

0 commit comments

Comments
 (0)