Skip to content

Commit d70fd01

Browse files
committed
Move from EOL Debian 11 to Debian 13 version checks
Signed-off-by: Plamen Dimitrov <plamen.dimitrov@intra2net.com>
1 parent d8978b0 commit d70fd01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,15 +375,15 @@ jobs:
375375
uses: actions/checkout@v7
376376
- uses: ./.github/actions/version
377377

378-
version_task_debian_11:
378+
version_task_debian_13:
379379

380-
name: Version task debian:11.0
380+
name: Version task debian:13.0
381381
runs-on: ubuntu-22.04
382382
container:
383-
image: debian:11.0
383+
image: debian:13.0
384384
steps:
385385
- name: Install Python dependencies
386-
run: apt update && apt -y install python3 python3-setuptools
386+
run: apt update && apt -y install python3 python3-setuptools python3-markupsafe
387387
- name: Check out repository code
388388
uses: actions/checkout@v7
389389
- uses: ./.github/actions/version

0 commit comments

Comments
 (0)