Skip to content

Commit ab17fa0

Browse files
committed
Add debian 12 to circle ci
1 parent 0691a25 commit ab17fa0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ executors:
1818
debian11:
1919
docker:
2020
- image: docker.io/debian:11
21+
debian12:
22+
docker:
23+
- image: docker.io/debian:12
2124
fedora37:
2225
docker:
2326
- image: docker.io/fedora:37
@@ -165,6 +168,6 @@ workflows:
165168
- linux:
166169
matrix:
167170
parameters:
168-
distro: [fedora37, fedora38, centos9, debian11, ubuntu2204, archlinux, opensuse15, alpine317]
171+
distro: [fedora37, fedora38, centos9, debian11, debian12, ubuntu2204, archlinux, opensuse15, alpine317]
169172
- nixos
170173
- ventura

0 commit comments

Comments
 (0)