Skip to content

Commit

Permalink
Add centos7 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Sep 25, 2023
1 parent 5379672 commit ad19006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["almalinux:8", "almalinux:9"]
version: ["centos:7", "almalinux:8", "almalinux:9"]
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["almalinux:8", "almalinux:9"]
version: ["centos:7", "almalinux:8", "almalinux:9"]
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
Expand Down

0 comments on commit ad19006

Please sign in to comment.