mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 21:33:00 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user