Skip to content

Commit 869c6ce

Browse files
sedmichaLukas955
authored andcommitted
ci: remove ubuntu 18.04, debian stretch, centos 7; add ubuntu 22.04, debian bookworm
1 parent f6164d5 commit 869c6ce

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
image:
19-
- 'ubuntu:18.04'
2019
- 'ubuntu:20.04'
21-
- 'debian:stretch'
20+
- 'ubuntu:22.04'
2221
- 'debian:buster'
2322
- 'debian:bullseye'
24-
- 'centos:7'
23+
- 'debian:bookworm'
2524
- 'quay.io/centos/centos:stream8'
2625
- 'oraclelinux:8'
2726
- 'oraclelinux:9'
@@ -101,7 +100,6 @@ jobs:
101100
env:
102101
TESTS: ${{ startsWith(matrix.image, 'centos:7') != true }}
103102
- name: Run tests
104-
if: startsWith(matrix.image, 'centos:7') != true
105103
run: cd build && make test
106104
- name: Try to run IPFIXcol2
107105
run: |

.github/workflows/packages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
image: ['ubuntu:18.04', 'ubuntu:20.04', 'debian:stretch', 'debian:buster', 'debian:bullseye']
19+
image: ['ubuntu:20.04', 'ubuntu:22.04', 'debian:buster', 'debian:bullseye', 'debian:bookworm']
2020

2121
name: Build DEBs on ${{ matrix.image }}
2222
container: ${{ matrix.image }}
@@ -91,7 +91,6 @@ jobs:
9191
fail-fast: false
9292
matrix:
9393
image:
94-
- 'centos:7'
9594
- 'quay.io/centos/centos:stream8'
9695
- 'oraclelinux:8'
9796
- 'oraclelinux:9'

0 commit comments

Comments
 (0)