File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111 environment :
1212 php :
13- version : 8.0 .18
13+ version : 8.1 .18
1414 ini :
1515 xdebug.mode : coverage
1616
@@ -61,10 +61,10 @@ build:
6161 - make
6262 - sudo make install
6363 - sudo ldconfig
64- - curl -k -L --output /home/scrutinizer/php-8.0 .18.tar.gz https://www.php.net/distributions/php-8.0 .18.tar.gz
64+ - curl -k -L --output /home/scrutinizer/php-8.1 .18.tar.gz https://www.php.net/distributions/php-8.1 .18.tar.gz
6565 - cd /home/scrutinizer
66- - tar -zxf php-8.0 .18.tar.gz
67- - cd php-8.0 .18/ext/pdo_oci
66+ - tar -zxf php-8.1 .18.tar.gz
67+ - cd php-8.1 .18/ext/pdo_oci
6868 - phpize
6969 - ./configure --with-pdo-oci=instantclient,/opt/oracle/instantclient_21_3
7070 - make
7474 - composer self-update
7575 - composer config preferred-install.yiisoft/db source
7676 - composer update --no-interaction --no-progress --optimize-autoloader --ansi
77- - echo 'extension=pdo_oci' >> /home/scrutinizer/.phpenv/versions/8.0 .18/etc/php.ini
77+ - echo 'extension=pdo_oci' >> /home/scrutinizer/.phpenv/versions/8.1 .18/etc/php.ini
7878
7979 tests :
8080 override :
You can’t perform that action at this time.
0 commit comments