Skip to content

Commit ef22897

Browse files
sedmichaLukas955
authored andcommitted
CI: remove ubuntu 18.04, debian stretch, centos 7; add ubuntu 22.04, debian bookworm
1 parent ac2dace commit ef22897

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
image:
12-
- 'ubuntu:18.04'
1312
- 'ubuntu:20.04'
14-
- 'debian:stretch'
13+
- 'ubuntu:22.04'
1514
- 'debian:buster'
1615
- 'debian:bullseye'
17-
- 'centos:7'
16+
- 'debian:bookworm'
1817
- 'quay.io/centos/centos:stream8'
1918
- 'oraclelinux:8'
2019
- 'oraclelinux:9'
@@ -56,10 +55,7 @@ jobs:
5655
- name: Build the project
5756
run: |
5857
mkdir build && cd build
59-
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=$TESTS
58+
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=1
6059
make && make install
61-
env:
62-
TESTS: ${{ startsWith(matrix.image, 'centos:7') != true }}
6360
- name: Run tests
64-
if: startsWith(matrix.image, 'centos:7') != true
6561
run: cd build && make test

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
image: ['ubuntu:18.04', 'ubuntu:20.04', 'debian:stretch', 'debian:buster', 'debian:bullseye']
12+
image: ['ubuntu:20.04', 'ubuntu:22.04', 'debian:buster', 'debian:bullseye', 'debian:bookworm']
1313

1414
name: Build DEBs on ${{ matrix.image }}
1515
container: ${{ matrix.image }}
@@ -59,7 +59,6 @@ jobs:
5959
fail-fast: false
6060
matrix:
6161
image:
62-
- 'centos:7'
6362
- 'quay.io/centos/centos:stream8'
6463
- 'oraclelinux:8'
6564
- 'oraclelinux:9'

0 commit comments

Comments
 (0)