Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ini from 1.3.5 to 1.3.8 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,13 @@ jobs:
sudo docker-php-ext-configure bcmath --enable-bcmath
sudo docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
sudo docker-php-ext-install bcmath xsl gd
- run:
name: Install PHIVE
command: |
wget -O phive.phar https://phar.io/releases/phive.phar
wget -O phive.phar.asc https://phar.io/releases/phive.phar.asc
gpg --keyserver pool.sks-keyservers.net --recv-keys 0x9D8A98B29B2D5D79
gpg --verify phive.phar.asc phive.phar
chmod +x phive.phar
- restore_cache:
keys:
- composer-v1-{{ checksum "composer.lock" }}
- composer-v1-
- run:
name: Change memory limit of PHP
command: sudo bash -c "echo 'memory_limit = -1' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini"
- run:
name: Install tools with PHIVE
command: php phive.phar install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,E82B2FB314E9906E,C00543248C87FB13,8A03EA3B385DBAA1,CF1A108D0E7AE720,8101FB57DD8130F0

- run:
name: Run code quality analysis
Expand Down
Loading