Skip to content

Commit 814191c

Browse files
Fix scrutinizer tests. (#221)
1 parent 7215d64 commit 814191c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.scrutinizer.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
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
@@ -74,7 +74,7 @@ build:
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:

0 commit comments

Comments
 (0)