Skip to content

Commit

Permalink
Merge pull request #46 from sporksmith/supported-platforms
Browse files Browse the repository at this point in the history
ci: also test on ubuntu 22, and fedora 35-37
  • Loading branch information
sporksmith authored Jan 27, 2023
2 parents 7df4cf9 + bce5bc6 commit e9ab8ac
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@ jobs:
matrix:
cc: ['gcc', 'clang']
container:
# We generally try to support the same set of platforms as shadow does.
# See https://shadow.github.io/docs/guide/supported_platforms.html
- 'ubuntu:18.04'
- 'ubuntu:20.04'
- 'ubuntu:22.04'
- 'debian:10-slim'
- 'debian:11-slim'
- 'fedora:34'
- 'fedora:35'
- 'fedora:36'
- 'fedora:37'
- 'quay.io/centos/centos:stream8'
steps:
- name: Update packages
Expand All @@ -52,16 +58,13 @@ jobs:
apt-get install -y \
${{ matrix.cc }} \
cmake \
libglib2.0-0 \
libglib2.0-dev \
libigraph0v5 \
libigraph0-dev
libigraph-dev
;;
debian*)
apt-get install -y \
${{ matrix.cc }} \
cmake \
libglib2.0-0 \
libglib2.0-dev \
libigraph-dev
;;
Expand Down

0 comments on commit e9ab8ac

Please sign in to comment.