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

CI Fixes #1581

Merged
merged 7 commits into from
Nov 15, 2023
Merged

CI Fixes #1581

merged 7 commits into from
Nov 15, 2023

Conversation

Judahmeek
Copy link
Contributor

@Judahmeek Judahmeek commented Nov 13, 2023

This PR upgrades Puma to v6 to make it compatible with Rack v3.

This PR also adds new workflows so that all workflows required by our repository settings actually run.


This change is Reviewable

@Judahmeek Judahmeek requested a review from ahangarha November 14, 2023 04:15

jobs:
build-dummy-app-webpack-test-bundles:
strategy:
matrix:
ruby: [2.7, 3.2]
node: [16, 18]
node: [14, 16, 18]
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there any particular reason for bringing back Node 14?
Before we decided to drop support for Node 14. (Though it seems I missed it in some other places)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If we dropped support for it, then we need to tell Justin to remove any workflows for Node v14 from the list of required workflows.

Screenshot 2023-11-14 at 10 26 22 AM

@Judahmeek Judahmeek changed the title upgrade puma to 6.x CI Fixes Nov 14, 2023
ruby: [2.7]
node: [14]
ruby: [2.7, 3.2]
node: [14, 16, 18]
Copy link
Member

Choose a reason for hiding this comment

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

newer node should be added


jobs:
build:
strategy:
matrix:
node: [16, 18]
node: [14, 16, 18]
Copy link
Member

Choose a reason for hiding this comment

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

newer node


jobs:
build:
strategy:
matrix:
ruby: [2.7, 3.2]
node: [16, 18]
node: [14, 16, 18]
Copy link
Member

Choose a reason for hiding this comment

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

same

Copy link
Contributor

@ahangarha ahangarha 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 this decision of testing with the oldest (that we care about) and the newest Node version.

@Judahmeek Judahmeek merged commit 14f8633 into master Nov 15, 2023
19 checks passed
@Judahmeek Judahmeek deleted the judahmeek/puma branch November 15, 2023 17:39
@Judahmeek Judahmeek restored the judahmeek/puma branch November 15, 2023 18:10
@Judahmeek Judahmeek deleted the judahmeek/puma branch November 15, 2023 18:12
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.

3 participants