Skip to content

Commit d37847c

Browse files
authored
fix(ci): Remove Debian 11 & add Debian 13 in the test matrix (#837)
* fix(ci): Remove Debian 11 & add Debian 13 in the test matrix * fix(docs): Fix markdownlint * Remove unreleased section This section is no longer required. * fix(debian-13): Ignore PHP issues on Debian 13 --------- Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 3dd77f3 commit d37847c

File tree

2 files changed

+172
-180
lines changed

2 files changed

+172
-180
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- almalinux-9
2929
- amazonlinux-2023
3030
- centos-stream-9
31-
- debian-11
3231
- debian-12
32+
- debian-13
3333
- opensuse-leap-15
3434
- oraclelinux-8
3535
- oraclelinux-9
@@ -59,7 +59,8 @@ jobs:
5959
suite: wsgi
6060
- os: opensuse-leap-15
6161
suite: mod-wsgi
62-
62+
- os: debian-13
63+
suite: php
6364

6465
# - os: opensuse-leap-15
6566
# suite: mod-wsgi

0 commit comments

Comments
 (0)