diff --git a/.github/workflows/ci-large.yml b/.github/workflows/ci-large.yml index 7357c3784..427689ef1 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.2 + openresty: 1.27.1.1 runtime: wasmtime wasmtime: 25.0.1 ipc: no_ipc @@ -113,7 +113,7 @@ jobs: - label: openresty os: ubuntu-22.04 cc: gcc-12 - openresty: 1.25.3.2 + openresty: 1.27.1.1 runtime: wasmer wasmer: 3.1.1 debug: debug @@ -140,7 +140,7 @@ jobs: matrix: os: [ubuntu-latest] cc: [clang-15] - openresty: [1.25.3.2] + openresty: [1.27.1.1] runtime: [wasmtime, wasmer, v8] wasmtime: [25.0.1] wasmer: [3.1.1] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca3dda0bb..dd2f367a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: - label: openresty os: ubuntu-latest cc: gcc-12 - openresty: 1.25.3.2 + openresty: 1.27.1.1 runtime: wasmtime wasmtime: 25.0.1 ipc: no_ipc @@ -124,7 +124,7 @@ jobs: - label: dynamic_openresty os: ubuntu-latest cc: gcc-12 - openresty: 1.25.3.2 + openresty: 1.27.1.1 runtime: wasmtime wasmtime: 25.0.1 ipc: no_ipc @@ -174,7 +174,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true - carryforward: 'unit-ngx_1.27.2-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.2-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-no_ssl-debug-no_hup-static-wasm32-unknown-unknown,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-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.2-wasmtime-ipc-no_ssl-debug-no_hup-static' + carryforward: 'unit-ngx_1.27.2-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.2-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmtime-no_ipc-no_ssl-debug-no_hup-static-wasm32-unknown-unknown,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.2-wasmer-no_ipc-no_ssl-no_debug-no_hup-static,unit-openresty_1.27.1.1-wasmtime-no_ipc-ssl-debug-no_hup-static,unit-openresty_1.27.1.1-wasmtime-no_ipc-ssl-debug-no_hup-dynamic,unit-ngx_1.27.2-wasmtime-ipc-no_ssl-debug-no_hup-static' valgrind: name: 'Valgrind' @@ -219,7 +219,7 @@ jobs: wasmer: 3.1.1 os: ubuntu-22.04 cc: gcc-12 - openresty: 1.25.3.2 + openresty: 1.27.1.1 ngx: debug: debug hup: no_hup @@ -286,7 +286,7 @@ jobs: fail-fast: false matrix: cc: [clang-15] - openresty: [1.25.3.2] + openresty: [1.27.1.1] runtime: [wasmtime, wasmer, v8] wasmtime: [25.0.1] wasmer: [3.1.1]