Skip to content

Commit

Permalink
Merge pull request #79 from shivammathur/develop
Browse files Browse the repository at this point in the history
Bump PHP7.4 version on windows and macOS
  • Loading branch information
shivammathur authored Nov 15, 2019
2 parents 1eb8e8f + dd1c34b commit 63d8fa1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Setup PHP with required extensions, php.ini configuration and composer in [GitHu
|7.1|`Stable`|`Security fixes only`|
|7.2|`Stable`|`Active`|
|7.3|`Stable`|`Active`|
|7.4|`RC4`/`RC5`|`Active`|
|7.4|`RC4`/`RC6`|`Active`|

**Note:** PHP 7.4 is currently in development, do not use in production/release branches.

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "1.5.1",
"version": "1.5.2",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/setup-php.js",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/7.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_log() {
printf "\033[31;1m%s \033[0m\033[34;1m%s \033[0m\033[90;1m%s\033[0m\n" "$mark" "$subject" "$message"
fi
}
version='7.4.0RC5'
version='7.4.0RC6'
step_log "Setup dependencies"
for package in pkg-config autoconf bison re2c [email protected] krb5 enchant libffi freetype intltool icu4c libiconv t1lib gd libzip gmp tidyp libxml2 libxslt postgresql curl;
do
Expand Down

0 comments on commit 63d8fa1

Please sign in to comment.