CI: ansible-core devel only supports Alpine 3.18 VMs, no longer Alpine 3.17 VMs (#642)

* ansible-core devel only supports Alpine 3.18 VMs, no longer Alpine 3.17 VMs.

* lsblk was moved to a separate package in Alpine 3.18.
This commit is contained in:
Felix Fontein
2023-08-02 11:15:54 +02:00
committed by GitHub
parent 9ae75d4840
commit 5e630ffe78
2 changed files with 3 additions and 2 deletions

View File

@@ -200,8 +200,8 @@ stages:
parameters:
testFormat: devel/{0}
targets:
- name: Alpine 3.17
test: alpine/3.17
- name: Alpine 3.18
test: alpine/3.18
- name: Fedora 38
test: fedora/38
- name: Ubuntu 22.04