Skip to content

Commit 05ee662

Browse files
authored
Merge pull request #6348 from pevogam/debian-version-check-update
Move from EOL Debian 11 to Debian 13 version checks
2 parents d8978b0 + d70fd01 commit 05ee662

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)