Skip to content

Commit

Permalink
stop testing on centos 7, start testing on centos stream 9
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Feb 22, 2024
1 parent 86743f0 commit 1b2efde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
strategy:
fail-fast: false
matrix:
centos: ["7", "stream8"]
centos:
- stream8
- stream9
container:
image: quay.io/centos/centos:${{ matrix.centos }}
steps:
Expand Down

0 comments on commit 1b2efde

Please sign in to comment.