Skip to content

Commit 7621880

Browse files
authored
Support PHP 7.3 (laradock#2028)
* Support PHP 7.3 * travics-ci build test by pass: * SSH2 extension does not yet support PHP 7.3 * V8JS extension does not yet support PHP 7.3. * xdebug extension does not yet support PHP 7.3. * memcached extension does not yet support PHP 7.3.
1 parent f18eb97 commit 7621880

5 files changed

Lines changed: 1933 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,21 @@ env:
1111
- PHP_VERSION=7.0 BUILD_SERVICE=workspace
1212
- PHP_VERSION=7.1 BUILD_SERVICE=workspace
1313
- PHP_VERSION=7.2 BUILD_SERVICE=workspace
14+
- PHP_VERSION=7.3 BUILD_SERVICE=workspace
1415

1516
- PHP_VERSION=5.6 BUILD_SERVICE=php-fpm
1617
- PHP_VERSION=7.0 BUILD_SERVICE=php-fpm
1718
- PHP_VERSION=7.1 BUILD_SERVICE=php-fpm
1819
- PHP_VERSION=7.2 BUILD_SERVICE=php-fpm
20+
- PHP_VERSION=7.3 BUILD_SERVICE=php-fpm
1921

2022
- PHP_VERSION=hhvm BUILD_SERVICE=hhvm
2123

2224
# - PHP_VERSION=5.6 BUILD_SERVICE=php-worker
2325
- PHP_VERSION=7.0 BUILD_SERVICE=php-worker
2426
- PHP_VERSION=7.1 BUILD_SERVICE=php-worker
2527
- PHP_VERSION=7.2 BUILD_SERVICE=php-worker
28+
- PHP_VERSION=7.3 BUILD_SERVICE=php-worker
2629

2730
- PHP_VERSION=NA BUILD_SERVICE=solr
2831
- PHP_VERSION=NA BUILD_SERVICE="mssql rethinkdb aerospike"

DOCUMENTATION/content/introduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ That's it! enjoy :)
5858
<a name="features"></a>
5959
## Features
6060
61-
- Easy switch between PHP versions: 7.2, 7.1, 5.6...
61+
- Easy switch between PHP versions: 7.3, 7.2, 7.1, 5.6...
6262
- Choose your favorite database engine: MySQL, Postgres, MariaDB...
6363
- Run your own combination of software: Memcached, HHVM, Beanstalkd...
6464
- Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI...

env-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ COMPOSE_PROJECT_NAME=laradock
3737

3838
### PHP Version ###########################################
3939

40-
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.2 - 7.1 - 7.0 - 5.6
40+
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.3 - 7.2 - 7.1 - 7.0 - 5.6
4141
PHP_VERSION=7.2
4242

4343
### Phalcon Version ###########################################

0 commit comments

Comments
 (0)