mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
Last
This commit is contained in:
parent
5136b70965
commit
324698f6c6
2 changed files with 2 additions and 7 deletions
|
@ -15,7 +15,7 @@ RUN apt-get install -y zlib1g-dev libpq-dev git libicu-dev libxml2-dev libpng-de
|
|||
&& docker-php-ext-install xsl \
|
||||
&& docker-php-ext-install mbstring \
|
||||
&& pecl install mcrypt-1.0.1 \
|
||||
&& docker-php-ext-enable mcryp
|
||||
&& docker-php-ext-enable mcrypt
|
||||
|
||||
RUN curl -sSL https://phar.phpunit.de/phpunit-6.phar -o /usr/bin/phpunit && chmod +x /usr/bin/phpunit \
|
||||
&& curl -sSL https://getcomposer.org/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer
|
||||
|
|
7
.github/workflows/presta.yml
vendored
7
.github/workflows/presta.yml
vendored
|
@ -23,18 +23,13 @@ jobs:
|
|||
- php-version: '7.3'
|
||||
branch: '1.7.7.0'
|
||||
composerv1: 1
|
||||
# - php-version: '7.4'
|
||||
# branch: '1.7.7.0'
|
||||
# composerv1: 1
|
||||
- php-version: '7.1'
|
||||
branch: '1.7.8.10'
|
||||
coverage: 1
|
||||
- php-version: '7.2'
|
||||
branch: '1.7.8.10'
|
||||
- php-version: '7.3'
|
||||
branch: '1.7.8.10'
|
||||
- php-version: '7.4'
|
||||
branch: '1.7.7.8'
|
||||
coverage: 1
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
|
|
Loading…
Add table
Reference in a new issue