Skip to content

Commit ef132b8

Browse files
authored
Build modules for NGINX 1.29.0 and 1.29.1 (#911)
1 parent de72036 commit ef132b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
runs-on: ubuntu-24.04
3737
needs: release-notes
3838
strategy:
39+
fail-fast: false
3940
matrix:
4041
nginx_version:
4142
[
@@ -61,6 +62,8 @@ jobs:
6162
1.27.4,
6263
1.27.5,
6364
1.28.0,
65+
1.29.0,
66+
1.29.1
6467
]
6568
steps:
6669
- name: Checkout Repository

0 commit comments

Comments
 (0)