Skip to content

Commit 57cf15f

Browse files
committed
add debian to test ci
1 parent 4a90229 commit 57cf15f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,17 @@ jobs:
3535
- 'almalinux:10'
3636
- 'ubuntu:24.04'
3737
- 'ubuntu:26.04'
38+
- 'debian:12'
39+
- 'debian:13'
3840
scenario:
3941
- 'default'
4042
- 'upgrade'
4143
exclude:
42-
# 4.1 did not support ubuntu 26
44+
# 4.1 did not support these operating systems
4345
- scenario: upgrade
4446
image: 'ubuntu:26.04'
47+
- scenario: upgrade
48+
image: 'debian:13'
4549

4650
steps:
4751
- name: checkout

0 commit comments

Comments
 (0)