Skip to content

Commit

Permalink
chore(build): support nginx 1.26.2 (#119)
Browse files Browse the repository at this point in the history
Resolves #118
  • Loading branch information
dmehala authored Sep 25, 2024
1 parent ea95f3f commit fd8ec3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ workflows:
- 1.25.5
- 1.26.0
- 1.26.1
- 1.26.2
- 1.27.0
- 1.27.1
waf:
Expand All @@ -385,6 +386,7 @@ workflows:
- 1.25.5
- 1.26.0
- 1.26.1
- 1.26.2
- 1.27.0
- 1.27.1
waf:
Expand Down Expand Up @@ -483,6 +485,23 @@ workflows:
name: test << matrix.nginx-version >> on << matrix.base-image >>:<< matrix.arch >> WAF << matrix.waf >>
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
matrix:
parameters:
arch:
- amd64
- arm64
waf:
- 'ON'
- 'OFF'
base-image:
- nginx:1.26.2-alpine
- nginx:1.26.2
nginx-version:
- 1.26.2
name: test << matrix.nginx-version >> on << matrix.base-image >>:<< matrix.arch >> WAF << matrix.waf >>
requires:
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
- test:
matrix:
parameters:
Expand Down
2 changes: 2 additions & 0 deletions bin/generate_jobs_yaml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
nginx:1.27.1 1.27.1
nginx:1.27.0-alpine 1.27.0
nginx:1.27.0 1.27.0
nginx:1.26.2-alpine 1.26.2
nginx:1.26.2 1.26.2
nginx:1.26.1-alpine 1.26.1
nginx:1.26.1 1.26.1
nginx:1.26.0-alpine 1.26.0
Expand Down

0 comments on commit fd8ec3d

Please sign in to comment.