gh-actions: pecl_http3@PHP7 needs ext-propro
[m6w6/ext-raphf] / .github / workflows / ci.yml
index 3bd0e9163e7697e9b69a5d2bda07e4caa6d7d4f0..1b1d5fac49ca044c5e0268fd5a4400920b4f1349 100644 (file)
@@ -13,7 +13,7 @@ jobs:
       PHP: "7.0"
       enable_debug: "yes"
       enable_maintainer_zts: "yes"
-      PECLs: "pecl_http:http:3.2.4"
+      PECLs: "propro,pecl_http:http:3.2.4"
     runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
@@ -29,6 +29,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -36,10 +41,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -50,7 +51,7 @@ jobs:
       PHP: "7.1"
       enable_debug: "yes"
       enable_maintainer_zts: "yes"
-      PECLs: "pecl_http:http:3.2.4"
+      PECLs: "propro,pecl_http:http:3.2.4"
     runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
@@ -66,6 +67,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -73,10 +79,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -87,7 +89,7 @@ jobs:
       PHP: "7.2"
       enable_debug: "yes"
       enable_maintainer_zts: "yes"
-      PECLs: "pecl_http:http:3.2.4"
+      PECLs: "propro,pecl_http:http:3.2.4"
     runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
@@ -103,6 +105,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -110,10 +117,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -124,7 +127,7 @@ jobs:
       PHP: "7.3"
       enable_debug: "yes"
       enable_maintainer_zts: "yes"
-      PECLs: "pecl_http:http:3.2.4"
+      PECLs: "propro,pecl_http:http:3.2.4"
     runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
@@ -140,6 +143,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -147,10 +155,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -161,7 +165,7 @@ jobs:
       PHP: "7.4"
       enable_debug: "yes"
       enable_maintainer_zts: "yes"
-      PECLs: "pecl_http:http:3.2.4"
+      PECLs: "propro,pecl_http:http:3.2.4"
     runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
@@ -177,6 +181,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -184,10 +193,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -215,6 +220,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -222,10 +232,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -252,6 +258,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -259,10 +270,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -289,6 +296,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -296,10 +308,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -326,6 +334,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -333,10 +346,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test
@@ -363,6 +372,11 @@ jobs:
       - name: Prepare
         run: |
           make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
+      - name: Build
+        run: |
+          make -f scripts/ci/Makefile ext PECL=raphf
+      - name: Prepare Test
+        run: |
           if test -n "$PECLs"; then
             IFS=$','
             for pecl in $PECLs; do
@@ -370,10 +384,6 @@ jobs:
             done
             unset IFS
           fi
-
-      - name: Build
-        run: |
-          make -f scripts/ci/Makefile ext PECL=raphf
       - name: Test
         run: |
           make -f scripts/ci/Makefile test