Skip to content

Commit f443a12

Browse files
committed
Update CI build versions
1 parent b0eef08 commit f443a12

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ jobs:
1212
# Mainline
1313
- nginx: 1.23.2
1414
dynamic_module: true
15-
- nginx: 1.22.1
15+
- nginx: 1.23.2
1616
dynamic_module: false
1717
# Stable
18+
- nginx: 1.22.1
19+
dynamic_module: true
20+
- nginx: 1.22.1
21+
dynamic_module: false
22+
# Past stable versions
1823
- nginx: 1.20.2
1924
dynamic_module: true
2025
- nginx: 1.20.2
2126
dynamic_module: false
22-
# Past stable versions
2327
- nginx: 1.18.0
2428
dynamic_module: true
2529
- nginx: 1.18.0

0 commit comments

Comments
 (0)