aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2025-07-25 20:21:41 +0300
committerMartin Pärtel <martin.partel@gmail.com>2025-07-25 20:21:41 +0300
commita7464f2c3f1e8d779eee1fe3fbd35d2343547e80 (patch)
tree1608abff6741f0c93b8da33bbef9eb489a94fa8b /.github
parent7c77d3702f4e3062750307871265a5b59a631456 (diff)
downloadbindfs-a7464f2c3f1e8d779eee1fe3fbd35d2343547e80.tar.gz
Added Debian 12 to Vagrant tests.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 9673c5d..a3afe8c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -159,8 +159,8 @@ jobs:
matrix:
# TODO: automatically check that this list is up-to-date
box:
- - debian10
- debian11
+ - debian12
- freebsd14
- rockylinux9
- ubuntu2004