Skip to content

Commit

Permalink
ci: remove ubuntu 18.04, debian stretch, centos 7; add ubuntu 22.04, …
Browse files Browse the repository at this point in the history
…debian bookworm
  • Loading branch information
sedmicha authored and Lukas955 committed Jan 8, 2024
1 parent f6164d5 commit 869c6ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
fail-fast: false
matrix:
image:
- 'ubuntu:18.04'
- 'ubuntu:20.04'
- 'debian:stretch'
- 'ubuntu:22.04'
- 'debian:buster'
- 'debian:bullseye'
- 'centos:7'
- 'debian:bookworm'
- 'quay.io/centos/centos:stream8'
- 'oraclelinux:8'
- 'oraclelinux:9'
Expand Down Expand Up @@ -101,7 +100,6 @@ jobs:
env:
TESTS: ${{ startsWith(matrix.image, 'centos:7') != true }}
- name: Run tests
if: startsWith(matrix.image, 'centos:7') != true
run: cd build && make test
- name: Try to run IPFIXcol2
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ['ubuntu:18.04', 'ubuntu:20.04', 'debian:stretch', 'debian:buster', 'debian:bullseye']
image: ['ubuntu:20.04', 'ubuntu:22.04', 'debian:buster', 'debian:bullseye', 'debian:bookworm']

name: Build DEBs on ${{ matrix.image }}
container: ${{ matrix.image }}
Expand Down Expand Up @@ -91,7 +91,6 @@ jobs:
fail-fast: false
matrix:
image:
- 'centos:7'
- 'quay.io/centos/centos:stream8'
- 'oraclelinux:8'
- 'oraclelinux:9'
Expand Down

0 comments on commit 869c6ce

Please sign in to comment.