Skip to content

Commit

Permalink
Removed codeception from PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Mar 18, 2022
1 parent 9856959 commit 6b45966
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Removed photoncms binaries (their GitHub organization went private)
- Removed `mongodb` extension from PHP 5.3 due to build errors
- Removed `ioncube` extension for PHP 5.2, PHP 5.3 and PHP 5.4 (arm64 only supported from PHP 5.5 onwards)
- Removed `codeception` from PHP 5.3


## Release 0.134
Expand Down
5 changes: 0 additions & 5 deletions Dockerfiles/work/Dockerfile-5.3
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,6 @@ RUN set -eux \
### Install Composer (PHP)
###
RUN set -eux \
# -------------------- codeception --------------------
&& COMPOSER_HOME="/usr/local/src/composer" COMPOSER_MEMORY_LIMIT=-1 /usr/local/bin/composer-2 global require codeception/codeception \
&& ln -s /usr/local/src/composer/vendor/codeception/codeception/codecept /usr/local/bin/ \
\
# -------------------- prestissimo --------------------
&& COMPOSER_HOME="/usr/local/src/composer" COMPOSER_MEMORY_LIMIT=-1 /usr/local/bin/composer-1 global require hirak/prestissimo \
\
Expand Down Expand Up @@ -545,7 +541,6 @@ RUN set -eux \
&& wp --allow-root --version | grep -E '[0-9][.0-9]+' \
\
# -------------------- Composer --------------------
&& codecept --version 2>/dev/null | grep -E '^Codeception(\sversion)?\s[0-9][.0-9]+$' \
\
# -------------------- PIP --------------------
&& ansible --version | grep -E '^ansible [0-9][.0-9]+$' \
Expand Down
2 changes: 1 addition & 1 deletion build/ansible/group_vars/all/work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ composer_available:
link: asgardcms
version: 2
codeception:
disabled: [5.2, 8.0, 8.1, 8.2]
disabled: [5.2, 5.3, 8.0, 8.1, 8.2]
check: codecept --version 2>/dev/null | grep -E '^Codeception(\sversion)?\s[0-9][.0-9]+$'
name: codeception/codeception
link: codecept
Expand Down

0 comments on commit 6b45966

Please sign in to comment.