Skip to content

Commit 3b25833

Browse files
committed
minor PHP-CS-Fixer#4722 Fix Circle CI build (julienfalque)
This PR was merged into the 2.15 branch. Discussion ---------- Fix Circle CI build Commits ------- 47d0571 Fix Circle CI build
2 parents 608d274 + 47d0571 commit 3b25833

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
macos:
6-
xcode: '10.1.0'
6+
xcode: '11.3.0'
77
steps:
88
- checkout
99

@@ -12,10 +12,9 @@ jobs:
1212
- cache-{{ checksum "composer.json" }}
1313

1414
- run: brew update
15-
- run: brew install [email protected]
16-
- run: brew link --force --overwrite [email protected]
17-
- run: php --version
18-
- run: echo "memory_limit = 512M" > $(brew --prefix)/etc/php/7.2/conf.d/memory.ini
15+
- run: brew remove python@2
16+
- run: brew install [email protected]
17+
- run: echo "memory_limit = 512M" > $(brew --prefix)/etc/php/7.4/conf.d/memory.ini
1918
- run: curl -sS https://getcomposer.org/installer | php
2019
- run: php composer.phar global show hirak/prestissimo -q || php composer.phar global require --no-interaction --no-progress --optimize-autoloader hirak/prestissimo
2120
- run: php composer.phar install --optimize-autoloader --no-interaction --no-progress --no-suggest

0 commit comments

Comments
 (0)