-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: task: add script to generate a GHA matrix #25
base: main
Are you sure you want to change the base?
Draft: task: add script to generate a GHA matrix #25
Conversation
Only missing part seems now the GHA changes. JS looks good :) |
Yes, but also the use of the new static-data from FriendsOfShopware/shopware-static-data#1 needs to be integrated. I already have a version for that locally, I'm currently testing. |
Also, FriendsOfShopware/shopware-static-data#2 needs to be merged for this, since the code in did not respect minified responses from the Packagist API which. |
fdb024f
to
4b3e953
Compare
4b3e953
to
82fc1df
Compare
First of all, thanks a lot. I will go through the changes the next days :-) |
Thanks! I've run into issue when the current matrix would exceed the max amount of Matrix Runners you can start, so I started working on an option that would allow you to build the matrix by major version. This worked for 6.5, but not for 6.4 since, we there are still over the limit. We might need to adapt the logic to generate the matrix by But if we decide to split it up further, we need to find a proper solution for the hard coded versions like |
We could also stop generating for versions older than (f.e.) two years. This would mean, we would not generate anything for <6.4.4.0 |
First version. Can currently only generate a GHA Matrix.
Open points:
Fixes #14