X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=a546008d10cb3a36252a8fd6ff8a143cffb1ac5b;hb=50610560f4a6f6fb8e53160cc0daf581839e99ed;hp=ad635947770714a304679c6d20d230aa37ad7a8c;hpb=2bff1a14bb1eb2a8a0c77c75b12e809908812eeb;p=m6w6%2Fext-pq diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad63594..a546008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,13 +8,13 @@ on: jobs: old-matrix-0: - name: old-matrix-0 + name: "old-matrix-0 (7.0)" env: PHP: "7.0" enable_debug: "yes" enable_maintainer_zts: "yes" enable_json: "yes" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -44,13 +44,13 @@ jobs: make -f scripts/ci/Makefile test old-matrix-1: - name: old-matrix-1 + name: "old-matrix-1 (7.1)" env: PHP: "7.1" enable_debug: "yes" enable_maintainer_zts: "yes" enable_json: "yes" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -80,13 +80,13 @@ jobs: make -f scripts/ci/Makefile test old-matrix-2: - name: old-matrix-2 + name: "old-matrix-2 (7.2)" env: PHP: "7.2" enable_debug: "yes" enable_maintainer_zts: "yes" enable_json: "yes" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -116,13 +116,13 @@ jobs: make -f scripts/ci/Makefile test old-matrix-3: - name: old-matrix-3 + name: "old-matrix-3 (7.3)" env: PHP: "7.3" enable_debug: "yes" enable_maintainer_zts: "yes" enable_json: "yes" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -152,13 +152,13 @@ jobs: make -f scripts/ci/Makefile test old-matrix-4: - name: old-matrix-4 + name: "old-matrix-4 (7.4)" env: PHP: "7.4" enable_debug: "yes" enable_maintainer_zts: "yes" enable_json: "yes" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -187,14 +187,13 @@ jobs: run: | make -f scripts/ci/Makefile test - master-0: - name: master-0 - continue-on-error: true + next-0: + name: "next-0 (8.1)" env: - PHP: "master" + PHP: "8.1" enable_debug: "yes" enable_zts: "yes" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -223,10 +222,14 @@ jobs: run: | make -f scripts/ci/Makefile test - cur-none-0: - name: cur-none-0 + next-1: + name: "next-1 (master)" + continue-on-error: true env: - PHP: "8.0" + PHP: "master" + enable_debug: "yes" + enable_zts: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -256,12 +259,12 @@ jobs: make -f scripts/ci/Makefile test cur-dbg-zts-0: - name: cur-dbg-zts-0 + name: "cur-dbg-zts-0 (8.0)" env: PHP: "8.0" enable_debug: "yes" enable_zts: "yes" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -291,12 +294,12 @@ jobs: make -f scripts/ci/Makefile test cur-dbg-zts-1: - name: cur-dbg-zts-1 + name: "cur-dbg-zts-1 (8.0)" env: PHP: "8.0" enable_debug: "no" enable_zts: "yes" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -326,12 +329,12 @@ jobs: make -f scripts/ci/Makefile test cur-dbg-zts-2: - name: cur-dbg-zts-2 + name: "cur-dbg-zts-2 (8.0)" env: PHP: "8.0" enable_debug: "yes" enable_zts: "no" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -361,12 +364,12 @@ jobs: make -f scripts/ci/Makefile test cur-dbg-zts-3: - name: cur-dbg-zts-3 + name: "cur-dbg-zts-3 (8.0)" env: PHP: "8.0" enable_debug: "no" enable_zts: "no" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -396,12 +399,12 @@ jobs: make -f scripts/ci/Makefile test cur-cov-0: - name: cur-cov-0 + name: "cur-cov-0 (8.0)" env: CFLAGS: "-O0 -g --coverage" CXXFLAGS: "-O0 -g --coverage" PHP: "8.0" - enable_spl: "yes" + PQ_DSN: "postgres:///runner" runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2