Skip to content

Commit ccbd774

Browse files
committed
Test PECL igbinary ext in nightly
1 parent c53a20d commit ccbd774

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,11 @@ jobs:
918918
with:
919919
repository: krakjoe/apcu
920920
path: apcu
921+
- name: git checkout igbinary
922+
uses: actions/checkout@v5
923+
with:
924+
repository: igbinary/igbinary
925+
path: igbinary
921926
- name: git checkout imagick
922927
uses: actions/checkout@v5
923928
with:
@@ -977,6 +982,12 @@ jobs:
977982
/opt/php/bin/phpize
978983
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
979984
make -j$(/usr/bin/nproc)
985+
- name: build igbinary
986+
run: |
987+
cd igbinary
988+
/opt/php/bin/phpize
989+
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
990+
make -j$(/usr/bin/nproc)
980991
- name: build imagick
981992
run: |
982993
cd imagick

0 commit comments

Comments
 (0)