Skip to content

Commit

Permalink
Add debian 12 to circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jul 10, 2024
1 parent 0691a25 commit ab17fa0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ executors:
debian11:
docker:
- image: docker.io/debian:11
debian12:
docker:
- image: docker.io/debian:12
fedora37:
docker:
- image: docker.io/fedora:37
Expand Down Expand Up @@ -165,6 +168,6 @@ workflows:
- linux:
matrix:
parameters:
distro: [fedora37, fedora38, centos9, debian11, ubuntu2204, archlinux, opensuse15, alpine317]
distro: [fedora37, fedora38, centos9, debian11, debian12, ubuntu2204, archlinux, opensuse15, alpine317]
- nixos
- ventura

0 comments on commit ab17fa0

Please sign in to comment.