diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2025-07-25 20:21:41 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2025-07-25 20:21:41 +0300 |
commit | a7464f2c3f1e8d779eee1fe3fbd35d2343547e80 (patch) | |
tree | 1608abff6741f0c93b8da33bbef9eb489a94fa8b /.github/workflows/tests.yml | |
parent | 7c77d3702f4e3062750307871265a5b59a631456 (diff) | |
download | bindfs-a7464f2c3f1e8d779eee1fe3fbd35d2343547e80.tar.gz |
Added Debian 12 to Vagrant tests.
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
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 |