summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/distributions_php8.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/distributions_php8.yml b/.github/workflows/distributions_php8.yml
index e24a00e..04cc1ba 100644
--- a/.github/workflows/distributions_php8.yml
+++ b/.github/workflows/distributions_php8.yml
@@ -21,10 +21,6 @@ jobs:
21 - name: Install pecl 21 - name: Install pecl
22 continue-on-error: true 22 continue-on-error: true
23 run: pecl install vld-beta 23 run: pecl install vld-beta
24 - name: Link phpize
25 run: ln -s /usr/bin/phpize8 /usr/bin/phpize
26 - name: Link php-config
27 run: ln -s /usr/bin/php-config8 /usr/bin/php-config
28 - name: Build and run the testsuite 24 - name: Build and run the testsuite
29 continue-on-error: true 25 continue-on-error: true
30 run: make tests 26 run: make tests