Commit Graph
8 Commits
Author SHA1 Message Date
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
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 SavushkinandGitHub 6248b4f328 Merge pull request #1 from laradock/master
Update forked repository
2021-03-12 04:35:17 +02: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
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