jlleitschuh/End of Life Matrix Action
Outputs an array of the versions of a product that are still supported. This uses the `https://endoflife.date/api/` API to determine which versions are still supported.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 13, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: jlleitschuh/endoflife-matrix-action@5df9db831336ea63d2f61dbfeb4025c47395c490 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| product | The product to check for end of life. Must be a value listed within `https://endoflife.date/api/all.json`. | yes | — |
| additional-versions | Additional versions to include in the matrix | no | "" |
| excluded-versions | Versions to exclude from the matrix | no | "" |
| max-version | The maximum version number to include in the matrix | no | — |
Outputs
| name | description |
|---|---|
| versions | The version matrix |