Skip to content

Commit c6a2ce8

Browse files
authored
Merge pull request #8 from redis-stack/vv-remove-rhel7-support
Removed support for RHEL7
2 parents 53bc027 + 7617e08 commit c6a2ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
container: oraclelinux:8
2525
strategy:
2626
matrix:
27-
osnick: [rhel7, rhel8, rhel9, amzn2]
27+
osnick: [rhel8, rhel9, amzn2]
2828
arch: [x86_64]
2929
steps:
3030
- name: get version from tag

0 commit comments

Comments
 (0)