-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PHP version everywhere to 7.4, changed composer flag to :1 to …
…always use the most up-to-date composer:1 version. Signed-off-by: Shikachuu <zcmate@gmail.com>
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
language: php7 | ||
fprocess: php index.php | ||
welcome_message: | | ||
You have created a new function which uses PHP 7.2. | ||
You have created a new function which uses PHP 7.4. | ||
Dependencies and extensions can be added using the composer.json | ||
and php-extension.sh files. | ||
See https://github.com/openfaas/templates/blob/master/template/php7. |