File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: php
3
3
jobs :
4
4
include :
5
5
- dist : jammy
6
- group : stable
6
+ group : minimal
7
7
env :
8
8
- RELEASE=jammy
9
9
name : jammy
26
26
eval "$(phpenv init -)"
27
27
fi
28
28
fi
29
- # test
30
29
- dist : focal
31
30
language : minimal
32
31
group : stable
@@ -428,7 +427,7 @@ script:
428
427
- echo "--enable-option-checking=fatal" >> $HOME/.php-build/share/php-build/default_configure_options
429
428
- cat $HOME/.php-build/share/php-build/default_configure_options
430
429
- export PKG_CONFIG_PATH="$HOME/.phpenv/versions/$VERSION/lib/pkgconfig:$PKG_CONFIG_PATH"
431
- - ./bin/compile
430
+ - sudo ./bin/compile
432
431
- | # disable 3rd-party extension builds on master
433
432
if [[ $VERSION =~ ^7.3.* ]]; then
434
433
(yes '' | ./bin/compile-extension-redis) &&
You can’t perform that action at this time.
0 commit comments