Commit Graph

38 Commits

Author SHA1 Message Date
dependabot[bot] 09d4f1e097 chore(deps): bump actions/checkout from 2 to 3 (#31)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

---
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>
2022-08-08 21:54:57 -04:00
dependabot[bot] 88de9ce113 chore(deps-dev): bump esbuild from 0.14.53 to 0.14.54 (#32)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.53 to 0.14.54.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.53...v0.14.54)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 21:54:32 -04:00
dependabot[bot] 671f47ff89 chore(deps-dev): bump @types/node from 18.6.4 to 18.6.5 (#34)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.4 to 18.6.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 21:52:39 -04:00
dependabot[bot] 17c9b0e0c6 chore(deps): bump @actions/core from 1.9.0 to 1.9.1 (#33)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 21:52:25 -04:00
Damien Retzinger 7980955b02 ci: package.json changes trigger tests 2022-08-08 21:49:20 -04:00
Damien Retzinger 5f7bf95092 ci: automate dep updates with dependabot 2022-08-08 21:46:18 -04:00
Damien Retzinger c424b9d243 chore(release): 1.0.0 v1.0.0 2022-08-06 11:41:25 -04:00
Damien Retzinger 164bd77245 chore: add standard-version and release scripts 2022-08-06 11:39:50 -04:00
Damien Retzinger 664360ede2 feat(supported-version): add user-defined kind (#28)
`kind` is a new input property for the `supported-version` action which
allows one to define what specific versions of Magento they support.

Currently, `kind` supports `latest`, `currently-supported`, and `custom`. See the
README for `supported-version` if you want more specifics
2022-08-05 17:36:38 -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
Ihor Sviziev af4f3f1811 docs: Fix broken URL in GitHub Pull Request template (#21) 2022-07-28 13:42:25 -04:00
Damien Retzinger b5fe0f1677 docs: add contributing and code of conduct
Thank you to @ihor-sviziev
2022-07-28 10:27:07 -04:00
Ihor Sviziev 97c0e17a1e docs(integration): update repo in integration workflow readme file (#19) 2022-07-28 10:11:15 -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 fcc0b85444 fix(installation): allow plugins in installation tests (#14) 2022-07-14 14:06:49 -04:00
Damien Retzinger 9828e530cf chore: allow internal installation workflow to be called manually 2022-07-02 13:39:53 -04:00
Damien Retzinger e3633dc032 chore: allow internal integration workflow to be called manually (#13) 2022-07-02 13:38:31 -04:00
Damien Retzinger d6e6688ead feat: automatically allow the default Magento composer plugins (#12) 2022-07-02 13:31:02 -04:00
Damien Retzinger 56be182e4c docs: add badges to README 2022-06-26 14:55:33 -04:00
Damien Retzinger edc8daac3a ci: run self-verification more specifically 2022-06-26 13:48:02 -04:00
Damien Retzinger b9afc28be0 docs: minor cleanup of language 2022-06-26 13:42:46 -04:00
Damien Retzinger e7ef17a883 chore: prefix _internal self-verification 2022-06-26 13:38:07 -04:00
Damien Retzinger e7cf80c743 docs: improve README for workflows and actions 2022-06-26 13:36:47 -04:00
Damien Retzinger 56cff9de0b fix(supported-version): matrix innaccessible outside of repo (#8) 2022-06-26 13:25:38 -04:00
Damien Retzinger fb1ac5f41a feat: add matrix to integration-test workflow (#7) 2022-06-26 12:57:50 -04:00
Damien Retzinger dd1a36b234 feat: add runner version to supported version (#7) 2022-06-26 12:57:36 -04:00
Damien Retzinger 6e81ef96c7 feat: add supported version matrix action (#6) 2022-06-25 23:55:09 -04:00
Damien Retzinger 984dda3efa docs: document unit, integration, and installation (#4) 2022-06-25 21:36:58 -04:00
Damien Retzinger d638c02eca feat: add integration test workflow (#3) 2022-06-25 21:15:05 -04:00
Damien Retzinger 72b1f25310 feat: add unit test action (#2) 2022-06-25 16:39:58 -04:00
Damien Retzinger 4bc0854cfc feat: add Installation Test Action (#1) 2022-06-25 12:14:49 -04:00
Damien Retzinger a6400eb9ec init repo 2022-06-25 09:59:11 -04:00