CI: Add ubuntu mantic for ppa

This commit is contained in:
Jonas Kvinge 2023-06-25 00:28:21 +02:00
parent 435ffc75b6
commit 4c4a351fbd
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ 'focal', 'jammy', 'kinetic', 'lunar' ]
ubuntu_version: [ 'focal', 'jammy', 'kinetic', 'lunar', 'mantic' ]
container:
image: ubuntu:${{matrix.ubuntu_version}}
steps: