mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Merge pull request #295 from saito-hideki/pr/ci_remove_rhel84
[CI] Replace RHEL8.4 with RHEL8.5 for devel tests SUMMARY Replace RHEL8.4 with RHEL8.5 for devel tests ansible-collections/overview#45 (comment) ISSUE TYPE CI tests Pull Request COMPONENT NAME azure-pipelines/azure-pipelines.yml ADDITIONAL INFORMATION None Reviewed-by: None <None>
This commit is contained in:
commit
f17fda3162
1 changed files with 2 additions and 2 deletions
|
|
@ -181,8 +181,8 @@ stages:
|
||||||
test: macos/11.1
|
test: macos/11.1
|
||||||
- name: RHEL 7.9
|
- name: RHEL 7.9
|
||||||
test: rhel/7.9
|
test: rhel/7.9
|
||||||
- name: RHEL 8.4
|
- name: RHEL 8.5
|
||||||
test: rhel/8.4
|
test: rhel/8.5
|
||||||
- name: FreeBSD 12.2
|
- name: FreeBSD 12.2
|
||||||
test: freebsd/12.2
|
test: freebsd/12.2
|
||||||
- name: FreeBSD 13.0
|
- name: FreeBSD 13.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue