GrayBot
9c56da774b
chore: restore internal action refs to @main ( #260 )
2026-05-13 19:58:46 -04:00
GrayBot
8c4fefd979
chore: release 8.0.0-rc.2 ( #259 )
2026-05-13 17:17:12 -04:00
GrayBot
ff5f76339b
chore: restore internal action refs to @main ( #257 )
2026-05-10 18:40:04 -04:00
GrayBot
0df8ac6e57
chore: release 8.0.0-rc.1 ( #256 )
2026-05-10 18:38:05 -04:00
GrayBot
23c77e10c8
chore: restore internal action refs to @main ( #254 )
2026-05-09 20:25:19 -04:00
GrayBot
5fb823da94
chore: release 8.0.0-rc.0 ( #253 )
2026-05-09 20:24:17 -04:00
GrayBot
1c312fe567
chore: restore internal action refs to @main ( #232 )
2026-05-01 07:56:31 -04:00
GrayBot
62d2aec976
chore: release 7.0.0 ( #230 )
2026-05-01 07:52:47 -04:00
GrayBot
93c0b480e2
chore: restore internal action refs to @main ( #229 )
2026-04-28 09:56:18 -04:00
GrayBot
28f9e498aa
chore: release 7.0.0-rc.0 ( #228 )
2026-04-28 09:52:54 -04:00
Damien Retzinger
d80befbe9b
fix(check-extension): mirror path repos to prevent symlink errors with template files ( #218 )
...
Composer installs path repositories as symlinks by default, which causes Magento's template engine to fail when resolving .phtml files. Setting `COMPOSER_MIRROR_PATH_REPOS=1` on all composer install steps forces a copy instead, matching how the package would be installed from Packagist in production.
Adds a .phtml template and an integration test to the demo package that
renders it via Magento's template engine. Without COMPOSER_MIRROR_PATH_REPOS=1
the path repo is installed as a symlink and the test fails; with mirroring
it passes.
Closes #217
2026-04-26 23:05:21 -04:00
Damien Retzinger
5f3ba73bc6
feat: use actions/upload-artifact@v6
2026-02-18 14:45:55 -05:00
Damien Retzinger
86b01b17fa
feat: use actions/cache@v5
2026-02-18 14:44:18 -05:00
Damien Retzinger
c2c3755729
feat: use actions/checkout@v6
2026-02-18 14:43:05 -05:00
Damien Retzinger
5fb9523081
feat(integration)!: use services from supported-version ( #207 )
2025-12-15 10:52:31 -05:00
Ryan Hoerr
ab5dc9fc95
Fix opensearch versions based on container support ( #289 )
...
* Fix opensearch versions based on wardenenv container support
* opensearchproject/opensearch:2.19.1
* Disable opensearch security
* spawn separate opensearch service when needed
* fix opensearch flags; fix PackageMatrixVersion type and test
* Try mysql:8.4 over mariadb:11.4
* updated dist/index.js
* Allow trigger creation during integration tests
2025-12-14 17:47:56 -05:00
Damien Retzinger
21c3bb3436
feat(supported-version): add v2.4.4-p13, v2.4.5-p12, v2.4.6-p10, v2.4.7-p5 and v2.4.8 ( #187 )
2025-04-09 13:15:07 -04:00
Damien Retzinger
4c536e3d96
feat!: remove unmaintained workflows
2025-03-25 09:41:23 -04:00
dependabot[bot]
30a7867ee4
chore(deps): bump actions/cache from 3 to 4 ( #234 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07 14:10:40 +00:00
dependabot[bot]
d11e680d8f
chore(deps): bump actions/upload-artifact from 3 to 4 ( #209 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-30 13:25:30 +00:00
dependabot[bot]
00939b1609
chore(deps): bump actions/checkout from 3 to 4 ( #114 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-22 09:43:15 -04:00
Vinai Kopp
f8835e5c0a
chore: comment mysql 5.7 install script source ( #70 )
2023-08-15 17:20:38 -04:00
Vinai Kopp
b82ff0d536
chore: disable mysqldump column-statistics for 2.3.7-* builds ( #69 )
2023-06-24 23:34:07 +02:00
Vinai Kopp
2726817e55
chore: save test sandbox as an artifact to help debug failures ( #68 )
2023-06-24 19:11:31 +02:00
Damien Retzinger
85d11af76e
fix: make es8 run correctly in integration tests ( #66 )
2023-06-22 06:58:49 +02:00
Vinai Kopp
1dc33c08a1
chore: switch all references of graycore/github-actions-magento2 to mage-os/github-actions
2023-06-17 09:49:31 +02:00
Gowri
d8936216c0
refactor: fix ::set-output deprecations ( #79 )
2022-10-20 15:58:22 -04:00
Damien Retzinger
84c16c2ad9
chore(deps): use get-magento-verison ( #74 )
2022-10-14 13:15:26 -04:00
Damien Retzinger
7431dcb7af
feat: allow using "next" version on supported version ( #58 )
...
This also allows using the action in https://github.com/mage-os/generate-mirror-repo-js where the test module is an external package installed with composer. In this case, no local path repo configuration is needed.
Co-authored-by: Vinai Kopp <Vinai@users.noreply.github.com >
2022-10-11 16:19:49 -04:00
Damien Retzinger
b4e7831c93
feat(integration): fix integration tests for v2.4.0 ( #46 )
2022-08-25 14:16:29 -06:00
Damien Retzinger
affb1ce1f9
feat(supported-version): add support for v2.4.5 ( #35 )
2022-08-13 17:22:59 -04:00
Damien Retzinger
cbbba628dd
feat: make cache key consistent (and configurable) ( #38 )
2022-08-13 14:39:00 -04:00
Damien Retzinger
841670a97f
fix(integration): only run monolog fixup on v2.4.4 ( #37 )
2022-08-13 12:38:55 -04:00
Ihor Sviziev
97b4223c0c
feat(integration): Install composer plugin for parallel downloads ( #24 )
2022-08-05 11:40:21 -04:00
Damien Retzinger
86686e6a7a
style: lint yaml ( #23 )
...
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com >
2022-08-05 08:19:38 -04:00
Damien Retzinger
49bbcc89a7
feat: install composer via shivammathur/setup-php github action ( #23 )
...
I also disabled Xdebug because it is not used in integration tests.
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com >
2022-08-05 08:19:38 -04:00
Damien Retzinger
8a209b982b
feat: update actions/checkout to v3 ( #23 )
...
Co-authored-by: Ihor Sviziev <ihor-sviziev@users.noreply.github.com >
2022-08-05 08:19:37 -04:00
Damien Retzinger
2405cd1db7
feat: allow fail-fast as an input argument ( #25 )
2022-08-05 08:18:25 -04:00
Damien Retzinger
e92a242f0a
feat: remove COMPOSER_AUTH requirement ( #18 )
2022-07-27 15:44:49 -04:00
Damien Retzinger
d1cced897a
feat: use Mage-OS by default ( #17 )
2022-07-27 15:36:33 -04:00
Damien Retzinger
e9ea198bbe
fix(integration): force to explicitly older monolog versions ( #12 ) ( #16 )
...
See https://github.com/magento/magento2/issues/35604
Looks like this is a wontfix.
2022-07-24 11:42:46 -04:00
Damien Retzinger
d6e6688ead
feat: automatically allow the default Magento composer plugins ( #12 )
2022-07-02 13:31:02 -04:00
Damien Retzinger
fb1ac5f41a
feat: add matrix to integration-test workflow ( #7 )
2022-06-26 12:57:50 -04:00
Damien Retzinger
d638c02eca
feat: add integration test workflow ( #3 )
2022-06-25 21:15:05 -04:00