Skip to content

Commit adeb178

Browse files
Fix scrutinizer tests. (#257)
1 parent 8b83434 commit adeb178

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ filter:
88
build:
99
environment:
1010
php:
11-
version: 8.0.18
11+
version: 8.1.18
1212
ini:
1313
xdebug.mode: coverage
1414

@@ -23,7 +23,7 @@ build:
2323
override:
2424
- wget https://sqlite.org/2021/sqlite-autoconf-3340100.tar.gz --no-check-certificate
2525
- tar -xvf sqlite-autoconf-3340100.tar.gz && cd sqlite-autoconf-3340100
26-
- ./configure
26+
- CFLAGS="-O2 -DSQLITE_ENABLE_COLUMN_METADATA=1" ./configure
2727
- make
2828
- sudo make install
2929
- export PATH="/usr/local/lib:$PATH"

0 commit comments

Comments
 (0)