Add support for CentOS 9 + update supported distributions

This commit is contained in:
Stanislas Lange
2023-01-22 00:57:26 +01:00
parent 2f76bb5e40
commit d2556ff235
3 changed files with 22 additions and 17 deletions

View File

@@ -17,8 +17,12 @@ jobs:
- ubuntu-20-04-x64
- ubuntu-22-04-x64
- fedora-35-x64
# - fedora-36-x64
# - fedora-37-x64
# dnf is broken: https://ask.fedoraproject.org/t/dnf-operations-use-large-amount-of-ram-and-may-fail-in-low-memory-environments/26427
- centos-7-x64
- centos-stream-8-x64
- centos-stream-9-x64
steps:
- uses: actions/checkout@v3.2.0