Skip to content

Commit

Permalink
Add support for Ubuntu Mantic (23.10) (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ek0n authored Jan 26, 2024
1 parent eff0a06 commit 98bf2d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debian-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
strategy:
matrix:
codename: [buster, bullseye, bookworm, focal, jammy, lunar]
codename: [buster, bullseye, bookworm, focal, jammy, lunar, mantic]
include:
- codename: buster
container: debian:buster
Expand All @@ -23,6 +23,8 @@ jobs:
container: ubuntu:jammy
- codename: lunar
container: ubuntu:lunar
- codename: mantic
container: ubuntu:mantic

runs-on: ubuntu-latest
container: ${{ matrix.container }}
Expand Down

0 comments on commit 98bf2d1

Please sign in to comment.