Skip to content

Releases: graycoreio/github-actions-magento2

v8.4.0

25 May 20:14
Immutable release. Only release title and notes can be modified.
36953b9

Choose a tag to compare

8.4.0 (2026-05-25)

Features

  • remove rabbitmq from supported-version for mage-os/minimal (83f9433)

v8.3.0

25 May 13:31
Immutable release. Only release title and notes can be modified.
4df4b25

Choose a tag to compare

8.3.0 (2026-05-25)

Features

  • check-store: use the project when computing underlying version requirements (fa8e597)
  • get-magento-version: add support for MageOS minimal distro (863444a)
  • get-magento-version: emit supported-version project name as an output (1ea5a10)
  • supported-version: add support for MageOS 3 (1e63c01)
  • supported-version: add support for MageOS Minimal edition (befe080)

v8.2.0

17 May 23:17
Immutable release. Only release title and notes can be modified.
8a0f197

Choose a tag to compare

8.2.0 (2026-05-17)

Features

  • check-extension: allow configuraton via .github/check-extension.json (#269) (0bf08ef)
  • resolve-check-config: defined required integration test services required (#269) (35c1ace)

v8.1.0

17 May 21:43
Immutable release. Only release title and notes can be modified.
b71bb8b

Choose a tag to compare

8.1.0 (2026-05-17)

Features

  • check-store: add smoke-test action and use resolve-check-config (#255) (e39dd46)
  • configure-service-nginx: add ability to adjust nginx conf after init (#255) (0c7d14d)
  • resolve-check-config: add ability to use a config file to adjust jobs (#255) (b98313e)
  • setup-install: add a container_id input to run setup:install against a specific container (#255) (6d4ca8d)
  • smoke-test: add simple smoke test action (#255) (b790da1)
  • supported-version: add service_preferences and support for php-fpm and nginx (#255) (e89f6ad)

Bug Fixes

  • check-extension: only run coding-standard on most recent version of Magento (#265) (8e82fcc)

v8.0.0

14 May 17:52
Immutable release. Only release title and notes can be modified.
a2e3e77

Choose a tag to compare

8.0.0 (2026-05-14)

Miscellaneous Chores

v8.0.0-rc.2

13 May 21:17
Immutable release. Only release title and notes can be modified.
8c4fefd

Choose a tag to compare

v8.0.0-rc.2 Pre-release
Pre-release

8.0.0-rc.2 (2026-05-13)

⚠ BREAKING CHANGES

  • supported-versions: forcibly bump all packages to the latest relevant release line of composer for LogLeak
  • supported-versions: This release brings support for the v2.4.9 version of Magento. This also brings backwards-incompatible infrastructure changes for the patch versions of Magento. See #258 for more information.

Features

  • check-extension: pass along COMPOSER_AUTH where needed (#258) (c5221f0)
  • supported-versions: forcibly bump all packages to the latest relevant release line of composer for LogLeak (d1a31d2)
  • supported-versions: updates for 2.4.9, 2.4.8-p5, 2.4.7-p19, 2.4.6-p15 (#258) (d37f001)

Bug Fixes

  • check-store: prevent error in phpunit 12 if no tests exists (#258) (4fc491b)

v8.0.0-rc.1

10 May 22:38
Immutable release. Only release title and notes can be modified.
0df8ac6

Choose a tag to compare

v8.0.0-rc.1 Pre-release
Pre-release

8.0.0-rc.1 (2026-05-10)

Features

  • setup-magento: prevent Magento dir from being mirrored into vendor (22627e1)

Bug Fixes

  • check-extension: prevent recursively mirroring _ghamagento into _ghamagento (b0131f0)
  • check-store: only run unit tests for unit tests (ef06f45)

v8.0.0-rc.0

10 May 00:24
Immutable release. Only release title and notes can be modified.
5fb823d

Choose a tag to compare

v8.0.0-rc.0 Pre-release
Pre-release

8.0.0-rc.0 (2026-05-10)

⚠ BREAKING CHANGES

  • setup-magento: Previously, when using setup-magento in extension mode, the magento 2 repo root was ../magento2 (outside of the extension folder). Due to interactions with cache-magento we need to keep magento inside the GITHUB_WORKSPACE (the root repo). We now do this in the _ghamagento folder. If you rely on the steps.setup-magento.outputs.path nothing changes for you. But, if you hardcoded the path, it's likely broken.

Features

  • cache-magento: add stamp caching for vendor/ directory (#245) (8d00f81)
  • cache-magento: include runner.os in the cache key (#245) (2d7238d)
  • check-extension: enable stamp caching (#248) (baef64b)
  • check-extension: use setup-di-compile action in compile-extension job (#240) (6a520d4)
  • check-store: enable stamp caching (#247) (59f87b6)
  • check-store: introduce new check-store workflow (#241) (d311df7)
  • get-magento-version: pull version from lockfile if it exists (#242) (87989bb)
  • sansec-ecomscan: add sansec ecomscan feature (#235) (3c0a90f)
  • sansec-ecomscan: skip server checks by default (#238) (bbd8307)
  • setup-di-compile: restore setup-di-compile as a lean action (#239) (212f9a8)
  • setup-install: add new setup-install action (#237) (e31f6f6)
  • setup-magento: extension working dir changed to _ghamagento folder (#246) (a729f8b)
  • setup-magento: mkdir app/etc in extension mode (#246) (c53607c)
  • supported-version: dynamically append "version" to matrix (a7e327d)

Bug Fixes

  • coding-standard: use exactly phpcs.xml if exists (#243) (a1c6246)
  • fix-magento-install: remove deprecated set-output (c115395)

v7.0.0

01 May 11:53
62d2aec

Choose a tag to compare

7.0.0 (2026-04-29)

Features

  • supported-version: update for Mage-OS 2.2.2 (#317) (bbecc7f)

Bug Fixes

  • cache-magento: address set-output deprecation (#231) (771dd05)
  • supported-version: filter uninstallable versions from usable kind (#319) (f803617)

Miscellaneous Chores

v7.0.0-rc.0

28 Apr 13:53
28f9e49

Choose a tag to compare

v7.0.0-rc.0 Pre-release
Pre-release

7.0.0-rc.0 (2026-04-28)

⚠ BREAKING CHANGES

  • coding-standard: Much of the "setup" that's built-into the command is removed in favor of a leaner action. This also includes the "on PR, only diff PR contents" behavior. This can be restored, but it shouldn't be the default and should be done as an input.
  • coding-standard-baseline: remove coding-standard-baseline action (#223)
  • install-test: You should rely on Check Extension instead.
  • unit-test: remove unit-test action (#221)
  • supported-version: include_services now defaults to true. Callers that strictly validate the matrix schema and do not expect a services key must explicitly pass include_services: false.

Features

  • coding-standard-baseline: remove coding-standard-baseline action (#223) (953de84)
  • coding-standard: add missing composer_auth to require of magento-coding-standard (3fad3a8)
  • coding-standard: remove pr-diff feature and built-in php setup (#224) (d5c744e)
  • coding-standard: skip composer install if the coding is already installed (e1a8a81)
  • install-test: remove install test (#222) (de415ea)
  • unit-test: remove unit-test action (#221) (98923b2)

Bug Fixes

  • check-extension: mirror path repos to prevent symlink errors with template files (#218) (d80befb), closes #217
  • check-extension: probe vendor dir for MageOS/Magento standards when running phpcs (#216) (7799f0f), closes #213
  • supported-version: default include_services to true (#215) (b510ea2), closes #214

Miscellaneous Chores