1 parent 4a90229 commit 57cf15fCopy full SHA for 57cf15f
1 file changed
.github/workflows/tests.yml
@@ -35,13 +35,17 @@ jobs:
35
- 'almalinux:10'
36
- 'ubuntu:24.04'
37
- 'ubuntu:26.04'
38
+ - 'debian:12'
39
+ - 'debian:13'
40
scenario:
41
- 'default'
42
- 'upgrade'
43
exclude:
- # 4.1 did not support ubuntu 26
44
+ # 4.1 did not support these operating systems
45
- scenario: upgrade
46
image: 'ubuntu:26.04'
47
+ - scenario: upgrade
48
+ image: 'debian:13'
49
50
steps:
51
- name: checkout
0 commit comments