add another version to "nginx_versions"
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -6,7 +6,7 @@ name: Build and Release Module
|
|||||||
nginx_versions:
|
nginx_versions:
|
||||||
description: "Space-separated Nginx versions to build against"
|
description: "Space-separated Nginx versions to build against"
|
||||||
required: true
|
required: true
|
||||||
default: "1.24.0 1.26.3 1.28.0"
|
default: "1.22.1 1.24.0 1.26.3 1.28.0"
|
||||||
version_bump:
|
version_bump:
|
||||||
description: "Semantic version part to increment from the latest v* tag"
|
description: "Semantic version part to increment from the latest v* tag"
|
||||||
required: true
|
required: true
|
||||||
@@ -27,7 +27,7 @@ permissions:
|
|||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_NGINX_VERSIONS: "1.24.0 1.26.3 1.28.0"
|
DEFAULT_NGINX_VERSIONS: "1.22.1 1.24.0 1.26.3 1.28.0"
|
||||||
MODULE_NAME: ngx_http_monitoring_module
|
MODULE_NAME: ngx_http_monitoring_module
|
||||||
NGINX_CONFIGURE_ARGS: >-
|
NGINX_CONFIGURE_ARGS: >-
|
||||||
--with-compat
|
--with-compat
|
||||||
|
|||||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
nginx-version:
|
nginx-version:
|
||||||
|
- "1.22.1"
|
||||||
- "1.24.0"
|
- "1.24.0"
|
||||||
- "1.26.3"
|
- "1.26.3"
|
||||||
- "1.28.0"
|
- "1.28.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user