Skip to content

Commit

Permalink
There is no such thing like centos:9 and debian:13
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Dec 3, 2024
1 parent 41ba53e commit 9c350ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,16 @@ jobs:
strategy:
matrix:
os:
- debian:10
- debian:11
- debian:12
- debian:13
- ubuntu:20.04
- ubuntu:22.04
- ubuntu:24.04
- centos:8
- centos:9
- fedora:40
- fedora:41
- fedora:42

steps:
- name: Download artifact
Expand All @@ -127,6 +129,6 @@ jobs:
run: |
apt-get install libacl1; dpkg -i grafsy_0.0.0.1*deb
- name: Test rpm
if: ${{ contains(matrix.os, 'centos') }}
if: ${{ contains(matrix.os, 'centos') || contains(matrix.os, 'fedora') }}
run: |
rpm -i grafsy-0.0.0.1*rpm

0 comments on commit 9c350ad

Please sign in to comment.