Skip to content

Conversation

damienwebdev
Copy link
Member

Github released Ubuntu 22.04 as a runner for many actions: actions/runner-images#5490. As a result, we started experiencing intermittent failures as the underlying runner's support varied for older versions of Magento.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

I was reviewing the test failure here and I was pretty confused as it started to fail without warning.

This led me to: magento/magento2#35464 which indicates that mcrypt is missing.

Ultimately this led me to actions/runner-images#5490

Fixes: N/A

What is the new behavior?

We now pin older Magento versions to supported Github Actions images.

Does this PR introduce a breaking change?

  • Yes
  • No

Github released Ubuntu 22.04 as a runner for many actions: actions/runner-images#5490.
As a result, we started experiencing intermittent failures as the underlying runner's support varied for older versions of Magento.
@damienwebdev damienwebdev merged commit b0e1a0a into main Dec 13, 2022
@damienwebdev damienwebdev deleted the correct-ubuntu-version branch December 13, 2022 19:23
damienwebdev pushed a commit that referenced this pull request Mar 25, 2025
* refactor: allow version matrixes by projects

* feat: add initial version-matrix for mage-os

* feat: add project as optional input to action

* docs: document new input

* refactor: tighten types a bit

* chore: apply change requests from code review
@gray-bot gray-bot mentioned this pull request Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant