18 строки
310 B
YAML
18 строки
310 B
YAML
|
|
# Supported OS combinations for continuous integration
|
||
|
|
|
||
|
|
matrix:
|
||
|
|
# ubuntu
|
||
|
|
- distro: "ubuntu"
|
||
|
|
version: "22.04"
|
||
|
|
- distro: "ubuntu"
|
||
|
|
version: "24.04"
|
||
|
|
# opensuse
|
||
|
|
- distro: "opensuse"
|
||
|
|
version: "15.6"
|
||
|
|
# RHEL8
|
||
|
|
- distro: "rhel"
|
||
|
|
version: "8.10"
|
||
|
|
# RHEL9
|
||
|
|
- distro: "rhel"
|
||
|
|
version: "9"
|