diff --git a/.github/workflows/ci-large.yml b/.github/workflows/ci-large.yml index cd30ff517..9f9ad1c43 100644 --- a/.github/workflows/ci-large.yml +++ b/.github/workflows/ci-large.yml @@ -38,7 +38,7 @@ jobs: - label: dynamic_module os: ubuntu-latest cc: gcc-12 - openresty: 1.25.3.1 + openresty: 1.25.3.2 runtime: wasmtime wasmtime: 22.0.0 ipc: no_ipc @@ -113,7 +113,7 @@ jobs: - label: openresty os: ubuntu-22.04 cc: gcc-12 - openresty: 1.25.3.1 + openresty: 1.25.3.2 runtime: wasmer wasmer: 3.1.1 debug: debug @@ -140,7 +140,7 @@ jobs: matrix: os: [ubuntu-latest] cc: [clang-15] - openresty: [1.25.3.1] + openresty: [1.25.3.2] runtime: [wasmtime, wasmer, v8] wasmtime: [22.0.0] wasmer: [3.1.1] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef5fbbf9..0577e6035 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - label: openresty os: ubuntu-latest cc: gcc-12 - openresty: 1.25.3.1 + openresty: 1.25.3.2 runtime: wasmtime wasmtime: 22.0.0 ipc: no_ipc @@ -113,7 +113,7 @@ jobs: - label: dynamic_openresty os: ubuntu-latest cc: gcc-12 - openresty: 1.25.3.1 + openresty: 1.25.3.2 runtime: wasmtime wasmtime: 22.0.0 ipc: no_ipc @@ -162,7 +162,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true - carryforward: 'unit-ngx_1.27.0-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.0-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-no_ipc-ssl-debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-no_ipc-ssl-debug-no_hup-dynamic,unit-ngx_1.27.0-wasmtime-ipc-no_ssl-debug-no_hup-static' + carryforward: 'unit-ngx_1.27.0-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.0-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.2-wasmtime-no_ipc-ssl-debug-no_hup-static,unit-openresty_1.25.3.2-wasmtime-no_ipc-ssl-debug-no_hup-dynamic,unit-ngx_1.27.0-wasmtime-ipc-no_ssl-debug-no_hup-static' valgrind: name: 'Valgrind' @@ -207,7 +207,7 @@ jobs: wasmer: 3.1.1 os: ubuntu-22.04 cc: gcc-12 - openresty: 1.25.3.1 + openresty: 1.25.3.2 ngx: debug: debug hup: no_hup @@ -274,7 +274,7 @@ jobs: fail-fast: false matrix: cc: [clang-15] - openresty: [1.25.3.1] + openresty: [1.25.3.2] runtime: [wasmtime, wasmer, v8] wasmtime: [22.0.0] wasmer: [3.1.1] diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bc4d2528b..25630cfe8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: include: - language: c-cpp build-mode: manual - openresty: 1.25.3.1 + openresty: 1.25.3.2 runtime: v8 # v8bridge steps: - uses: actions/checkout@v4