File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 1111 build :
1212 name : Build
1313 runs-on : ubuntu-latest
14+ services :
15+ redis :
16+ image : redis
17+ ports :
18+ - 6379:6379
1419 strategy :
1520 matrix :
1621 php-versions : ['5.6', '8.0']
2631 ini-values : post_max_size=256M, max_execution_time=180
2732 coverage : xdebug
2833
29- - name : set phpenv var
30- run : PHPENV_ROOT=/usr/local/bin/phpenv
31-
32- - name : install phpenv
33- run : curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | bash
34-
35- - name : set phpenv
36- run : |
37- export PATH="$HOME/.phpenv/bin:$PATH"
38- echo 'export PATH="$HOME/.phpenv/bin:$PATH"' >> ~/.bash_profile
39-
40- - name : Create .ini file
41- run : echo "extension = zip.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
42-
4334 - name : Install dependencies
4435 run : |
4536 composer install --prefer-dist
You can’t perform that action at this time.
0 commit comments