We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b83434 commit adeb178Copy full SHA for adeb178
1 file changed
.scrutinizer.yml
@@ -8,7 +8,7 @@ filter:
8
build:
9
environment:
10
php:
11
- version: 8.0.18
+ version: 8.1.18
12
ini:
13
xdebug.mode: coverage
14
@@ -23,7 +23,7 @@ build:
23
override:
24
- wget https://sqlite.org/2021/sqlite-autoconf-3340100.tar.gz --no-check-certificate
25
- tar -xvf sqlite-autoconf-3340100.tar.gz && cd sqlite-autoconf-3340100
26
- - ./configure
+ - CFLAGS="-O2 -DSQLITE_ENABLE_COLUMN_METADATA=1" ./configure
27
- make
28
- sudo make install
29
- export PATH="/usr/local/lib:$PATH"
0 commit comments