test
This commit is contained in:
parent
3fd166a20d
commit
30509100ef
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ steps:
|
|||
- apt install -y apt-transport-https lsb-release ca-certificates wget
|
||||
- wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
||||
- echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list
|
||||
- apt-get -yqq update
|
||||
- apt-get -yqqf install zip unzip subversion php8.2-mysql php8.2-bz2 php8.2-mcrypt
|
||||
- apt-get -y update
|
||||
- apt-get -y upgrade
|
||||
- apt-get -y install zip unzip subversion php8.2-mysql php8.2-bz2 php8.2-mcrypt
|
||||
- docker-php-ext-enable mbstring mcrypt mysqli pdo_mysql intl gd zip bz2
|
||||
- composer require --dev yoast/phpunit-polyfills:"^3.0"
|
||||
- composer install
|
||||
|
|
Loading…
Reference in a new issue