add fedora 35 to ci (#4447)

remove fedora 33
This commit is contained in:
ebbit1q 2021-10-30 04:15:08 +02:00 committed by GitHub
parent ed32e72dc1
commit 915c14f6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM fedora:33 FROM fedora:35
RUN dnf install -y \ RUN dnf install -y \
@development-tools \ @development-tools \

View file

@ -103,9 +103,8 @@ jobs:
- distro: DebianBuster - distro: DebianBuster
package: DEB package: DEB
- distro: Fedora33 - distro: Fedora35
package: RPM package: RPM
test: skip # Fedora is our slowest build
- distro: Fedora34 - distro: Fedora34
package: RPM package: RPM