Add Ubuntu Plucky

This commit is contained in:
Jonas Kvinge
2025-04-05 18:31:08 +02:00
parent fd829551e8
commit 279934411c

View File

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