Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44cb3bd

Browse files
Merge pull request #66 from ModestCoders/feature/add-php7.3-to-list
added support for php 7.3
2 parents c03a539 + 833207c commit 44cb3bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Version](http://semver.org/spec/v2.0.0.htm
66

77
## [Unreleased]
88
### Added
9+
* Added support for php 7.3
910

1011
### Changed
1112

‎console/commands/setup.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fi
152152

153153
echo "PHP version:"
154154
DEFAULT_PHP_VERSION="7.1"
155-
AVAILABLE_PHP_VERSIONS="7.0 7.1 7.2"
155+
AVAILABLE_PHP_VERSIONS="7.0 7.1 7.2 7.3"
156156
select PHP_VERSION in ${AVAILABLE_PHP_VERSIONS}; do
157157
if $(${TASKS_DIR}/in_list.sh "${PHP_VERSION}" "${AVAILABLE_PHP_VERSIONS}"); then
158158
break

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /