Skip to content

Commit 8b04125

Browse files
authored
Add php-ast in builds for PHP 7.0
1 parent d2ebf85 commit 8b04125

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
sudo bash /tmp/php.sh || true
4545
fi
4646
done
47+
- name: Patch
48+
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -y php${{ matrix.php-versions }}-ast || true
4749

4850
- name: Setup PHP
4951
uses: shivammathur/setup-php@develop

0 commit comments

Comments
 (0)