Skip to content

Commit e475b4e

Browse files
committed
Drop support for Pulpcore 3.49
1 parent 9e522ea commit e475b4e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
1616
with:
1717
pidfile_workaround: 'false'
18-
beaker_facter: 'pulpcore_version:Pulp:nightly,3.49,3.63'
18+
beaker_facter: 'pulpcore_version:Pulp:nightly,3.63'
1919
rubocop: false
2020
cache-version: '1'

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
.github/workflows/ci.yml:
3-
beaker_facter: 'pulpcore_version:Pulp:nightly,3.49,3.63'
3+
beaker_facter: 'pulpcore_version:Pulp:nightly,3.63'

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Supported operating systems are listed in `metadata.json` but individual release
1414

1515
Recommended version.
1616

17-
### Pulpcore 3.49
18-
19-
Supported version.
20-
2117
## Installation layout
2218

2319
Pulpcore doesn't mandate a specific layout so this module creates and manages this. There are some constraints, mostly due to SELinux support.

0 commit comments

Comments
 (0)