File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33jobs :
44 build :
55 macos :
6- xcode : ' 10.1 .0'
6+ xcode : ' 11.3 .0'
77 steps :
88 - checkout
99
1212 - cache-{{ checksum "composer.json" }}
1313
1414 - run : brew update
15- - run : brew install php@7.2
16- - run : brew link --force --overwrite php@7.2
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 php@7.4
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
You can’t perform that action at this time.
0 commit comments