actions-marketplace-validations/dynamic-matrix
Generate Dynamic Job Matrix for Python
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| min_python | Minimal version of python to be tested against. | no | 3.8 |
| max_python | Maximal version of python to be tested against. | no | 3.14 |
| default_python | Default version of python used by env. | no | 3.9 |
| other_names | Newline separated list of other tox environments to include. | no | "" |
| platforms | Comma separated list of platforms on which to test. Allowed entries linux, windows, macos. | — | linux |
| linux | Expansion strategy for linux, full or minmax. | — | full |
| windows | Expansion strategy for windows, full or minmax. | — | minmax |
| macos | Expansion strategy for windows, full or minmax. | — | minmax |
| skip_explode | If changed to "1", it will disable generating jobs for each python version and will only return values for jobs inside 'other_names'. | — | 0 |
Outputs
| name | description |
|---|---|
| matrix_include | List of tox environments to be run |