File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 sudo add-apt-repository ppa:ondrej/php
2929 sudo apt-get update
30- sudo apt-get install -y php${{ matrix. php }} php${{ matrix.php }} -cli php${{ matrix.php }} -xml php${{ matrix.php }} -curl php${{ matrix.php }} -mbstring
30+ sudo apt-get install -y php php-cli php-xml php-curl php-mbstring
3131 php -v
3232 shell : bash
3333
8181 run : |
8282 sudo add-apt-repository ppa:ondrej/php
8383 sudo apt-get update
84- sudo apt-get install -y php${{ matrix. php }} php${{ matrix.php }} -cli php${{ matrix.php }} -xml php${{ matrix.php }} -mbstring
84+ sudo apt-get install -y php php-cli php-xml php-mbstring
8585 shell : bash
8686
8787 - name : Install Composer
@@ -145,7 +145,7 @@ jobs:
145145 run : |
146146 sudo add-apt-repository ppa:ondrej/php
147147 sudo apt-get update
148- sudo apt-get install -y php${{ matrix. php }} php${{ matrix.php }} -cli php${{ matrix.php }} -xml php${{ matrix.php }} -mbstring
148+ sudo apt-get install -y php php-cli php-xml php-mbstring
149149 shell : bash
150150
151151 - name : Install Composer
You can’t perform that action at this time.
0 commit comments