Skip to content

Commit 9b37bb9

Browse files
ci: remove EOL distros and add newer ones
1 parent 0ed55ed commit 9b37bb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,22 @@ on:
66
schedule:
77
# Run every mondays at 6 am
88
- cron: '0 6 * * 1'
9+
workflow_dispatch:
910

1011
jobs:
1112
job:
1213
name: ${{matrix.image}} OS
1314
strategy:
1415
fail-fast: false
1516
matrix:
16-
image: ['ubuntu:xenial', 'ubuntu:bionic', 'ubuntu:focal', 'debian:stretch', 'debian:buster']
17+
image: ['ubuntu:focal', 'ubuntu:jammy', 'ubuntu:noble', 'debian:bullseye', 'debian:bookworm', 'debian:trixie']
1718

1819
runs-on: ubuntu-latest
1920
container:
2021
image: ${{matrix.image}}
2122

2223
steps:
23-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2425

2526
- name: Install dependencies
2627
run: |

0 commit comments

Comments
 (0)