Skip to content

Commit fd8ec3d

Browse files
authored
chore(build): support nginx 1.26.2 (#119)
Resolves #118
1 parent ea95f3f commit fd8ec3d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.circleci/config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ workflows:
359359
- 1.25.5
360360
- 1.26.0
361361
- 1.26.1
362+
- 1.26.2
362363
- 1.27.0
363364
- 1.27.1
364365
waf:
@@ -385,6 +386,7 @@ workflows:
385386
- 1.25.5
386387
- 1.26.0
387388
- 1.26.1
389+
- 1.26.2
388390
- 1.27.0
389391
- 1.27.1
390392
waf:
@@ -483,6 +485,23 @@ workflows:
483485
name: test << matrix.nginx-version >> on << matrix.base-image >>:<< matrix.arch >> WAF << matrix.waf >>
484486
requires:
485487
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
488+
- test:
489+
matrix:
490+
parameters:
491+
arch:
492+
- amd64
493+
- arm64
494+
waf:
495+
- 'ON'
496+
- 'OFF'
497+
base-image:
498+
- nginx:1.26.2-alpine
499+
- nginx:1.26.2
500+
nginx-version:
501+
- 1.26.2
502+
name: test << matrix.nginx-version >> on << matrix.base-image >>:<< matrix.arch >> WAF << matrix.waf >>
503+
requires:
504+
- build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
486505
- test:
487506
matrix:
488507
parameters:

bin/generate_jobs_yaml.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
nginx:1.27.1 1.27.1
2626
nginx:1.27.0-alpine 1.27.0
2727
nginx:1.27.0 1.27.0
28+
nginx:1.26.2-alpine 1.26.2
29+
nginx:1.26.2 1.26.2
2830
nginx:1.26.1-alpine 1.26.1
2931
nginx:1.26.1 1.26.1
3032
nginx:1.26.0-alpine 1.26.0

0 commit comments

Comments
 (0)