Skip to content

Commit

Permalink
Last
Browse files Browse the repository at this point in the history
  • Loading branch information
uryvskiy-dima committed Sep 24, 2023
1 parent 5136b70 commit 324698f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/presta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 324698f

Please sign in to comment.