Commit Graph

2714 Commits

Author SHA1 Message Date
Shao Yu-Lung (Allen)
c2c86d72af laravel-horizon update memcached version 2021-03-16 23:35:47 +08:00
Shao Yu-Lung (Allen)
2457168b83 Merge branch 'ci-adjustment' of https://github.com/laradock/laradock into ci-adjustment 2021-03-16 22:24:25 +08:00
Shao Yu-Lung (Allen)
7e2e6db3b4 skip PHPDBG 2021-03-16 22:20:34 +08:00
Shao Yu-Lung (Allen)
a528c95bfd Update main-ci.yml
CI avoid CHANGE_SOURCE=true
2021-03-16 22:20:34 +08:00
Shao Yu-Lung (Allen)
e099d8a272 Update main-ci.yml
php-fpm install ext
2021-03-16 22:20:34 +08:00
Shao Yu-Lung (Allen)
e34e914d56 CI adjustment 2021-03-16 22:20:33 +08:00
Shao Yu-Lung (Allen)
a80750cc24
Merge pull request #2886 from laradock/php8-swoole
PHP 8.0 php-fpm swoole
2021-03-16 22:19:03 +08:00
Shao Yu-Lung (Allen)
d3c5b93b7c
PHP 8.0 php-fpm swoole 2021-03-16 21:52:36 +08:00
Marcelo Garbin
a69545a3b3 Merge branch 'apache2-ssl' into master 2021-03-16 10:09:54 -03:00
Marcelo Garbin
fb110a9d91 Added configuration for ssl with apache2 based on the nginx container 2021-03-16 10:05:46 -03:00
Shao Yu-Lung (Allen)
78b9d89371 Merge branch 'ci-adjustment' of https://github.com/laradock/laradock into ci-adjustment 2021-03-16 18:37:09 +08:00
Shao Yu-Lung (Allen)
d03e7c7f70 skip PHPDBG 2021-03-16 18:36:21 +08:00
Shao Yu-Lung (Allen)
825a0660ed Update main-ci.yml
CI avoid CHANGE_SOURCE=true
2021-03-16 18:36:21 +08:00
Shao Yu-Lung (Allen)
e9ffee151c Update main-ci.yml
php-fpm install ext
2021-03-16 18:36:21 +08:00
Shao Yu-Lung (Allen)
be587e8cc6 CI adjustment 2021-03-16 18:36:21 +08:00
Shao Yu-Lung (Allen)
e494f0b863 skip PHPDBG 2021-03-16 18:30:57 +08:00
Shao Yu-Lung (Allen)
2ac2058a6b
Merge pull request #2884 from laradock/update-ssh2-ext
update php-fpm ssh2 ext version
2021-03-16 18:02:35 +08:00
Shao Yu-Lung (Allen)
8dd77527f6
update php-fpm ssh2 ext version 2021-03-16 17:29:51 +08:00
Shao Yu-Lung (Allen)
ed60170e6e
Update main-ci.yml
CI avoid CHANGE_SOURCE=true
2021-03-16 16:28:07 +08:00
Shao Yu-Lung (Allen)
1ea4bfbd18
Update main-ci.yml
php-fpm install ext
2021-03-16 16:18:21 +08:00
Shao Yu-Lung (Allen)
26f13f56f1
CI adjustment 2021-03-16 15:43:42 +08:00
aiden
33b75637e5 Renamed env-example to .env.example for conformity and IDE-compatibility; added PHP version 8.0 in the example values 2021-03-15 21:12:37 +11:00
Shao Yu-Lung (Allen)
d6b7d95f34
Merge pull request #2882 from PavelSavushkinMix/fix/php5.6_turn_off_aerospike_build
fix(aerospike extension): turn off build in Travis due to image version
2021-03-15 12:01:40 +08:00
Shao Yu-Lung (Allen)
b2af3e70d9
Merge pull request #2880 from PavelSavushkinMix/fix/php8.0_swoole_extension
feat(swoole extension): change installation to be able to use PHP 8.0
2021-03-15 11:27:27 +08:00
Shao Yu-Lung (Allen)
d374dc2ed4
Merge pull request #2878 from PavelSavushkinMix/feature/php8.0_cassandra
feat(cassandra extension): upgrade version of cassandra and avoid installation for PHP 8.0
2021-03-15 10:29:26 +08:00
Shao Yu-Lung (Allen)
0ce0f0838e
Merge pull request #2873 from PavelSavushkinMix/fix/inotify_extension
fix(inotify extension): update installed version of the extension | All PHP versions
2021-03-15 09:28:11 +08:00
Pavel Savushkin
7b396b7c39
fix(aerospike extension): update syntax
Fix typos in the build script.

Closes #2881
2021-03-14 18:46:51 +02:00
Pavel Savushkin
793c1a085f
fix(aerospike extension): turn off build in Travis due to image version
PHP 8.0 is not supported by Aerospike. See the issue's references.

Closes #2881
2021-03-14 18:40:06 +02:00
Pavel Savushkin
37ffbbea29
fix(aerospike extension): turn off build in Travis due to image version
Base image (Ubuntu 18) is no supported by Aerospike.

Closes #2881
2021-03-14 18:03:57 +02:00
Pavel Savushkin
f9edf13d65
feat(swoole extension): change installation to be able to use PHP 8.0
Add support for PHP 8.0
Fix other versions of PHP with correct versions.

Closes #2879
2021-03-14 17:50:14 +02:00
Pavel Savushkin
925e02bc7b
fix(cassandra extension): get installed cassandra for horizon and worker images
Setup the installation on laravel-horizon and php-worker images.

Closes #2876
2021-03-14 16:22:02 +02:00
Pavel Savushkin
0c085f4984
feat(cassandra extension): upgrade version of cassandra and avoid installation for PHP 8.0
Cassandra should not be installed for PHP 8.0 due to unsupported PHP driver. See the issue's references.

Closes #2876
2021-03-14 16:21:59 +02:00
Shao Yu-Lung (Allen)
4177c6ac2b
Merge pull request #2872 from PavelSavushkinMix/feature/php8.0_add_amqp_actual_version
fix(amqp extension): hard-code the version for PHP 8.0
2021-03-14 01:11:47 +08:00
Shao Yu-Lung (Allen)
f57c7f3744
Merge pull request #2870 from PavelSavushkinMix/fix/php8.0_drush_package
fix(drush package): bump version to support PHP 8.0
2021-03-14 01:11:12 +08:00
Pavel Savushkin
6ff934aef2
fix(inotify extension): update installed version of the extension
There is a typo which should be fixed.

Closes #2867
2021-03-13 03:34:25 +02:00
Pavel Savushkin
50fce4c74b
fix(amqp extension): hard-code the version for PHP 8.0
The version could be hard-coded in the Dockerfile due to no ability to build workspace image w/o problems from scratch for different PHP versions.

Closes #2871
2021-03-13 03:16:19 +02:00
Pavel Savushkin
f1fd051f1f
fix(drush package): bump version to support PHP 8.0
Bump a version of the package to support a correct build of the workspace for PHP 8.0

Closes #2869
2021-03-13 03:05:01 +02:00
Pavel Savushkin
c6040861b0
Merge remote-tracking branch 'base/master' 2021-03-12 16:43:27 +02:00
Valentino Lauciani
f2af78ecac
Update Dockerfile 2021-03-12 15:01:44 +01:00
Shao Yu-Lung (Allen)
ac52c18728
Merge pull request #2864 from PavelSavushkinMix/feature/add_ci_for_php8.0
ci(PHP 8.0): add CI processes for PHP 8.0
2021-03-12 11:11:20 +08:00
Pavel Savushkin
741cecdb02
Merge remote-tracking branch 'base/master' into feature/add_ci_for_php8.0 2021-03-12 04:38:16 +02:00
Pavel Savushkin
6248b4f328
Merge pull request #1 from laradock/master
Update forked repository
2021-03-12 04:35:17 +02:00
Shao Yu-Lung (Allen)
08b395ed50
Merge pull request #2862 from PavelSavushkinMix/feature/php_8.0_imagemagick
fix(IMAGEMAGICK extension): implement building extension for PHP 8.0 from source
2021-03-12 10:02:19 +08:00
Pavel Savushkin
f3816a99ab
ci(PHP 8.0): add CI processes for PHP 8.0
CI environment for the PHP 8.0 should be implemented.

Closes #2863
2021-03-12 03:56:39 +02:00
Shao Yu-Lung (Allen)
73fdc97559
Merge pull request #2852 from anribras/master
Add mariadb timezone setting via WORKSPACE_TIMEZONE in .env
2021-03-12 09:53:07 +08:00
Shao Yu-Lung (Allen)
ecbff7a946
Merge pull request #2860 from PavelSavushkinMix/feature/bump_ast_version
fix(AST extension): bump version due to php 8.0 support
2021-03-12 09:51:22 +08:00
Pavel Savushkin
67cc72da62
fix(IMAGEMAGICK extension): implement building extension for PHP 8.0 from source
We need to build imagemagick extension from sources due the latest version, that supports PHP 8.0 has not been released to PECL.

Closes #2861
2021-03-12 03:40:38 +02:00
Pavel Savushkin
247ce67097
fix(AST extension): bump version due to php 8.0 support
According to the changelog of the extension version should be bumped to support PHP 8.0

Closes 2859
2021-03-12 02:00:10 +02:00
André Lado Cruz
47c89787e6
Fix Redis Problem issue #2851 2021-03-10 11:55:09 +00:00
Patrick Kivits
f35d5a7f10 Install workspace redis with pecl 2021-03-02 10:20:06 +01:00