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 11, 2024
1 parent ac2dace commit ef22897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,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 @@ -56,10 +55,7 @@ jobs:
- name: Build the project
run: |
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=$TESTS
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=1
make && make install
env:
TESTS: ${{ startsWith(matrix.image, 'centos:7') != true }}
- name: Run tests
if: startsWith(matrix.image, 'centos:7') != true
run: cd build && make test
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 @@ -59,7 +59,6 @@ jobs:
fail-fast: false
matrix:
image:
- 'centos:7'
- 'quay.io/centos/centos:stream8'
- 'oraclelinux:8'
- 'oraclelinux:9'
Expand Down

0 comments on commit ef22897

Please sign in to comment.