Add RHEL 9.0, FreeBSD 13.1, Ubuntu 22.04 and Fedora 36 to CI (#456)

* Add RHEL 9.0 and FreeBSD 13.1 to CI.

* Add Ubuntu 22.04 and Fedora 36 to CI.

* Switch orders so that root doesn't have a SHA1 signature.

* Skip openssh_cert test on RHEL 9.0.

* Make it possible that pyOpenSSL isn't installed *at all*.

* Work with default.
This commit is contained in:
Felix Fontein
2022-05-20 23:03:54 +02:00
committed by GitHub
parent fd0048827d
commit c566a7abf3
8 changed files with 59 additions and 36 deletions

View File

@@ -43,11 +43,15 @@ system_python_version_data:
- '3.8'
'13.0':
- '3.7'
'13.1':
- '3.8'
RedHat:
'7':
- '2.7'
'8':
- '3.6'
'9.0':
- '3.9'
Suse:
'15':
- '2.7'