Skip to content

Commit a03847d

Browse files
committed
php 8.3.23 for scrutinizer
1 parent 5788537 commit a03847d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ build:
2727
- 'RewriteCond %{REQUEST_FILENAME} !-f'
2828
- 'RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]'
2929
php:
30-
version: 8.4.10
30+
version: 8.3.23
31+
compile_options: '--with-config-file-path=/home/scrutinizer/.phpenv/versions/8.3.23/etc --with-config-file-scan-dir=/home/scrutinizer/.phpenv/versions/8.3.23/etc/conf.d --prefix=/home/scrutinizer/.phpenv/versions/8.3.23 --libexecdir=/home/scrutinizer/.phpenv/versions/8.3.23/libexec --enable-intl --with-openssl --with-gd --enable-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-freetype-dir=/usr --enable-exif --with-libzip --with-zlib --with-zlib-dir=/usr --with-sodium --with-pdo-sqlite --enable-soap --enable-xmlreader --with-xsl --enable-ftp --with-tidy --with-xmlrpc --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-shmop --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --enable-pcntl --with-readline --enable-mbstring --with-curl --with-pgsql --with-pdo-pgsql --with-gettext --enable-sockets --with-bz2 --enable-bcmath --enable-calendar --with-libdir=lib --enable-fpm --enable-zts --with-gmp --with-kerberos --with-imap --with-imap-ssl --with-apxs2=/usr/bin/apxs --with-ldap --with-pear=/home/scrutinizer/.phpenv/versions/8.3.23/pear'
3132
# @link https://pecl.php.net/
3233
pecl_extensions:
3334
- redis
@@ -51,7 +52,7 @@ build:
5152
- cp .env.scrutinizer .env
5253
- ./bin/migration-list.sh
5354
- ./bin/migration-run.sh
54-
- echo "xdebug.mode=coverage" > /home/scrutinizer/.phpenv/versions/8.4.10/etc/conf.d/xdebug.ini
55+
- echo "xdebug.mode=coverage" > /home/scrutinizer/.phpenv/versions/8.3.23/etc/conf.d/xdebug.ini
5556
tests:
5657
stop_on_failure: false
5758
override:

0 commit comments

Comments
 (0)