Skip to content

Commit

Permalink
Add centos stream 9 to github workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Sep 30, 2024
1 parent 9a5747a commit f0f5c11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_dockerstatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
include:
- os: centos8
dockerfile: "Dockerfile.cent8"
- os: centos-stream-9
dockerfile: "Dockerfile.centstream9"
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Test Dockerfile on ${{ matrix.os }}
Expand Down

0 comments on commit f0f5c11

Please sign in to comment.