File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,20 @@ stages:
7878 test : units
7979 - name : Lint
8080 test : lint
81+ - stage : Ansible_2_18
82+ displayName : Ansible 2.18
83+ dependsOn :
84+ - Dependencies
85+ jobs :
86+ - template : templates/matrix.yml
87+ parameters :
88+ nameFormat : " {0}"
89+ testFormat : " 2.18/{0}"
90+ targets :
91+ - name : Sanity
92+ test : sanity
93+ - name : Units
94+ test : units
8195 - stage : Ansible_2_17
8296 displayName : Ansible 2.17
8397 dependsOn :
@@ -224,6 +238,7 @@ stages:
224238 condition : succeededOrFailed()
225239 dependsOn :
226240 - Ansible_devel
241+ - Ansible_2_18
227242 - Ansible_2_17
228243 - Ansible_2_16
229244 - Ansible_2_15
Original file line number Diff line number Diff line change 1+ plugins/modules/win_audit_rule.ps1 pslint:PSCustomUseLiteralPath # Unsure if we can fix this or not so keep ignoring for now
2+ tests/integration/targets/win_lineinfile/files/expectations/23_utf8_bom.txt shebang
3+ tests/integration/targets/win_lineinfile/files/expectations/24_utf8_bom_line_added.txt shebang
4+ tests/integration/targets/win_lineinfile/files/expectations/30_linebreaks_checksum_bad.txt line-endings
5+ tests/integration/targets/win_regmerge/templates/win_line_ending.j2 line-endings
You can’t perform that action at this time.
0 commit comments