* Update CI matrix for Remote Devel.
* Add Python info entries.
(cherry picked from commit cd5ed011a5
)
Co-authored-by: Felix Fontein <felix@fontein.de>
pull/383/head
parent
f6ec785b0d
commit
8ca5b480e4
|
@ -205,14 +205,14 @@ stages:
|
|||
parameters:
|
||||
testFormat: devel/{0}/1
|
||||
targets:
|
||||
- name: macOS 11.1
|
||||
test: macos/11.1
|
||||
- name: macOS 12.0
|
||||
test: macos/12.0
|
||||
- name: RHEL 7.9
|
||||
test: rhel/7.9
|
||||
- name: RHEL 8.5
|
||||
test: rhel/8.5
|
||||
- name: FreeBSD 12.2
|
||||
test: freebsd/12.2
|
||||
- name: FreeBSD 12.3
|
||||
test: freebsd/12.3
|
||||
- name: FreeBSD 13.0
|
||||
test: freebsd/13.0
|
||||
- stage: Remote_2_12
|
||||
|
|
|
@ -32,11 +32,15 @@ system_python_version_data:
|
|||
- '3.8'
|
||||
'11.1':
|
||||
- '3.9'
|
||||
'12.0':
|
||||
- '3.10'
|
||||
FreeBSD:
|
||||
'12.1':
|
||||
- '3.6'
|
||||
'12.2':
|
||||
- '3.7'
|
||||
'12.3':
|
||||
- '3.8'
|
||||
'13.0':
|
||||
- '3.7'
|
||||
RedHat:
|
||||
|
|
Loading…
Reference in New Issue