mage-os / github-actions

Mage-OS GitHub Actions for the distribution repositories.
13 stars 12 forks source link

feat(get-composer-version): create new action #145

Closed damienwebdev closed 1 year ago

damienwebdev commented 1 year ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

There's no way to determine the currently installed composer version quickly.

Fixes: https://github.com/mage-os/github-actions/issues/141 Touches: #132

What is the new behavior?

This creates a new Github Action that determines the currently installed version of Composer.

Does this PR introduce a breaking change?