CI: Add Ubuntu Questing

This commit is contained in:
Jonas Kvinge
2025-09-01 23:49:50 +02:00
parent 5fe9a1528f
commit 30e80068a3

View File

@@ -542,7 +542,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ 'noble', 'plucky' ]
ubuntu_version: [ 'noble', 'plucky', 'questing' ]
container:
image: ubuntu:${{matrix.ubuntu_version}}
steps:
@@ -635,7 +635,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ 'noble', 'plucky' ]
ubuntu_version: [ 'noble', 'plucky', 'questing' ]
container:
image: ubuntu:${{matrix.ubuntu_version}}
steps: