diff options
author | Thomas Haller <thaller@redhat.com> | 2020-11-09 10:48:05 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-11-09 10:48:05 +0100 |
commit | f19f3f74c63324e046805f184342c3cba3de0742 (patch) | |
tree | 9b3ca30e431e2046f5989a14cd346bed6e0b9e77 /.gitlab-ci | |
parent | cfc7688ec2f2490db5d9f1b3b24350a01de7c53d (diff) | |
download | NetworkManager-f19f3f74c63324e046805f184342c3cba3de0742.tar.gz |
gitlab-ci: add ubuntu:20.04 test and reorder versions
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/config.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index 5b155f65ec..a130718d88 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -17,22 +17,23 @@ distributions: - name: fedora tag: *default_tag versions: + - '28' + - '29' + - '30' + - '31' - '32' - '33' - - '31' - - '30' - - '29' - - '28' - 'rawhide' always: - '33' - name: ubuntu tag: *default_tag versions: + - '16.04' + - '18.04' + - '20.04' - 'devel' - 'rolling' - - '18.04' - - '16.04' - name: debian tag: *default_tag versions: |