Added Ubuntu 22.04 to Docker jobs

This commit is contained in:
Andrew Murray 2022-04-22 17:35:20 +10:00
parent de1ba373e1
commit a7438ecaf0
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
gentoo, gentoo,
ubuntu-18.04-bionic-amd64, ubuntu-18.04-bionic-amd64,
ubuntu-20.04-focal-amd64, ubuntu-20.04-focal-amd64,
ubuntu-22.04-jammy-amd64,
] ]
dockerTag: [main] dockerTag: [main]
include: include:

View File

@ -474,6 +474,8 @@ These platforms are built and tested for every change.
| | 3.8 | arm64v8, ppc64le, | | | 3.8 | arm64v8, ppc64le, |
| | | s390x | | | | s390x |
+----------------------------------+----------------------------+---------------------+ +----------------------------------+----------------------------+---------------------+
| Ubuntu Linux 22.04 LTS (Jammy) | 3.10 | x86-64 |
+----------------------------------+----------------------------+---------------------+
| Windows Server 2016 | 3.7 | x86-64 | | Windows Server 2016 | 3.7 | x86-64 |
+----------------------------------+----------------------------+---------------------+ +----------------------------------+----------------------------+---------------------+
| Windows Server 2019 | 3.7, 3.8, 3.9, 3.10, PyPy3 | x86, x86-64 | | Windows Server 2019 | 3.7, 3.8, 3.9, 3.10, PyPy3 | x86, x86-64 |