Skip to content
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

chore: exclude Node 14 and 16 on macos #127

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

simoneb
Copy link
Contributor

@simoneb simoneb commented Apr 28, 2024

Related to fastify/.github#37.

This is just a proposal, probably not comprehensive of all the places where a similar change may have to occur, simply to capture that this is possible (and I didn't know until now) to exclude combinations, as documented in https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations

Checklist

Related to fastify/.github#37.

This is just a proposal, probably not comprehensive of all the places where a similar change may have to occur, simply to capture that this is possible (and I didn't know until now) to exclude combinations, as documented in https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations

Signed-off-by: Simone Busoli <simone.busoli@gmail.com>
Copy link
Member

@gurgunday gurgunday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with the change

Would have to be backported to v3.y.z

mcollina
mcollina previously approved these changes Apr 29, 2024
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@Fdawgs Fdawgs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs to be applied to the rest of the workflows in this repo, does it not?

@mcollina
Copy link
Member

yes

Copy link
Member

@gurgunday gurgunday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So that someone doesn't merge it:

#127 (review)

@simoneb
Copy link
Contributor Author

simoneb commented Apr 29, 2024

Folks feel free to push to this branch, I was only intending to capture the way to do it

@mcollina
Copy link
Member

I'm not entirely comfortable in shipping this change myself, because there is a bit of automation here that I know nothing about (I think). If somebody familiar can ship, it would unblock a few PRs that are currently failing everywhere.

@gurgunday
Copy link
Member

I'll do it, just need a second to clone

@gurgunday
Copy link
Member

gurgunday commented Apr 29, 2024

It needs to be applied to the rest of the workflows in this repo, does it not?

Everything else runs only on ubuntu, because services already require it like you said, so we should be good, no?

I'm not entirely comfortable in shipping this change myself, because there is a bit of automation here that I know nothing about (I think). If somebody familiar can ship, it would unblock a few PRs that are currently failing everywhere.

We just tag a new version from main for now, without using the workflow

Then we should cherry pick to v3.y.z branch and tag a separate release for it

@gurgunday gurgunday requested a review from Fdawgs April 29, 2024 14:32
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 04a2d6a into main Apr 29, 2024
1 check passed
@mcollina mcollina deleted the chore/exclude-node-14-16-on-macos branch April 29, 2024 15:27
@gurgunday
Copy link
Member

I’ll backport it to v3 now

gurgunday added a commit to gurgunday/workflows that referenced this pull request Apr 29, 2024
* chore: exclude Node 14 and 16 on macos

Related to fastify/.github#37.

This is just a proposal, probably not comprehensive of all the places where a similar change may have to occur, simply to capture that this is possible (and I didn't know until now) to exclude combinations, as documented in https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations

Signed-off-by: Simone Busoli <simone.busoli@gmail.com>

* remove os matrix from package

---------

Signed-off-by: Simone Busoli <simone.busoli@gmail.com>
Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
gurgunday added a commit that referenced this pull request Apr 29, 2024
* chore: exclude Node 14 and 16 on macos

Related to fastify/.github#37.

This is just a proposal, probably not comprehensive of all the places where a similar change may have to occur, simply to capture that this is possible (and I didn't know until now) to exclude combinations, as documented in https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations



* remove os matrix from package

---------

Signed-off-by: Simone Busoli <simone.busoli@gmail.com>
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.

5 participants