Skip to content

chore: exclude Node 14 and 16 on macos#127

Merged
mcollina merged 2 commits into
mainfrom
chore/exclude-node-14-16-on-macos
Apr 29, 2024
Merged

chore: exclude Node 14 and 16 on macos#127
mcollina merged 2 commits into
mainfrom
chore/exclude-node-14-16-on-macos

Conversation

@simoneb

@simoneb simoneb commented Apr 28, 2024

Copy link
Copy Markdown
Contributor

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>

@gurgunday gurgunday left a comment

Copy link
Copy Markdown
Member

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

@gurgunday gurgunday requested review from Fdawgs and climba03003 April 28, 2024 21:14
Comment thread .github/workflows/plugins-ci.yml
mcollina
mcollina previously approved these changes Apr 29, 2024

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@Fdawgs Fdawgs left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
Member

yes

@gurgunday gurgunday left a comment

Copy link
Copy Markdown
Member

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

simoneb commented Apr 29, 2024

Copy link
Copy Markdown
Contributor Author

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

@mcollina

Copy link
Copy Markdown
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
Copy Markdown
Member

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

@gurgunday

gurgunday commented Apr 29, 2024

Copy link
Copy Markdown
Member

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

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

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
@mcollina mcollina deleted the chore/exclude-node-14-16-on-macos branch April 29, 2024 15:27
@gurgunday

Copy link
Copy Markdown
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