gitlab-ci: add building on Fedora 31

And don't build Fedora 28 by default. It's aleady end of life.
But for now keep it, so it can be triggered manually.

(cherry picked from commit b40a3aa727)
(cherry picked from commit 6a4129485a)
This commit is contained in:
Thomas Haller 2019-09-25 11:28:19 +02:00
parent 1a0b344686
commit 5a32fa961e

View file

@ -84,6 +84,7 @@ t_fedora:28:
<<: *fedora_install
image: fedora:28
<<: *do_build
when: manual
t_fedora:29:
<<: *fedora_install
@ -103,6 +104,11 @@ t_fedora:30:
image: fedora:30
<<: *do_build
t_fedora:31:
<<: *fedora_install
image: fedora:31
<<: *do_build
t_fedora:rawhide:
<<: *fedora_install
image: fedora:rawhide