Skip to content

Commit

Permalink
Merge pull request #336 from StackStorm/remove_centos7
Browse files Browse the repository at this point in the history
Remove centos7
  • Loading branch information
amanda11 authored Feb 23, 2024
2 parents 8532b96 + c704e7f commit b321d87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ jobs:
- stable
- unstable
os:
- centos7
- rockylinux8
- ubuntu20
ansible-core:
- "2.11.12"
# Only run centos7 for stable, as not valid for new release
include:
- st2_repo: stable
os: centos7
ansible-core: 2.11.12

steps:
- name: Checkout the repository
Expand Down

0 comments on commit b321d87

Please sign in to comment.