wipacrepo/WIPAC Dev Mongo Versions
GitHub Action Package for Generating a Build Matrix of Supported MongoDB Versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mongo_min | Minimum MongoDB version to include (inclusive). Default is 4.0 | no | 4.0 |
| mongo_max | Maximum MongoDB version to include (inclusive). Default is the latest MongoDB version. | no | "" |
| mongo_exclude | Comma-separated list of MongoDB versions to exclude from the matrix (e.g., "5.0,6.0"). | no | "" |
Outputs
| name | description |
|---|---|
| matrix | List of Supported MongoDB Versions |