mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Configure Ubuntu 20.4 #991
This commit is contained in:
parent
199ef8215b
commit
bd5824fb02
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -12,9 +12,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
cfg:
|
cfg:
|
||||||
#-------- Operating Systems ----------------
|
#-------- Operating Systems ----------------
|
||||||
- { os: ubuntu, tag: 16.04, arch: debian } # EOL April 2024
|
- { os: ubuntu, tag: 16.04, arch: debian } # EOL April 2021
|
||||||
- { os: ubuntu, tag: 18.04, arch: debian } # EOL April 2028
|
- { os: ubuntu, tag: 18.04, arch: debian } # EOL April 2023
|
||||||
- { os: ubuntu, tag: rolling, arch: debian } # 19.10 as of April 2020
|
- { os: ubuntu, tag: 20.04, arch: debian } # EOL April 2025
|
||||||
- { os: debian, tag: 10, arch: debian } # EOL 2024
|
- { os: debian, tag: 10, arch: debian } # EOL 2024
|
||||||
- { os: centos, tag: 7, arch: rhel } # EOL June 2024
|
- { os: centos, tag: 7, arch: rhel } # EOL June 2024
|
||||||
- { os: centos, tag: latest, arch: rhel } # 8 as of April 2020
|
- { os: centos, tag: latest, arch: rhel } # 8 as of April 2020
|
||||||
@ -100,6 +100,8 @@ jobs:
|
|||||||
python-devel
|
python-devel
|
||||||
diffutils
|
diffutils
|
||||||
#-------- Version Specific Dependencies ----------------
|
#-------- Version Specific Dependencies ----------------
|
||||||
|
- cfg: { os: ubuntu, tag: 20.04 }
|
||||||
|
conf_pkg: DEBIAN_FRONTEND=noninteractive && apt-get update
|
||||||
- cfg: { os: centos, tag: 7 }
|
- cfg: { os: centos, tag: 7 }
|
||||||
tag_deps: >-
|
tag_deps: >-
|
||||||
python-devel
|
python-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user