-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Restore jQuery 1.2 compatibility, test all supported jQuery minor lines #248
Conversation
BrowserStack succeeds on my fork with code from this PR: https://github.com/mgol/jquery-mousewheel/actions/runs/13859504724 |
@@ -0,0 +1,74 @@ | |||
version: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the only difference between this file and jtr-isolate.yml
the retries and hard-retries? If so, those could be set via cli arguments in the github workflow and we could just have jtr.yml
for both local and browserstack.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@timmywil PR updated, the latest run on my fork is still green: https://github.com/mgol/jquery-mousewheel/actions/runs/13866467470/job/38806483576
It was supported in 3.1.13, so we shouldn't drop it in a minor update; we'll do that in 4.0.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It was supported in 3.1.13, so we shouldn't drop it in a minor update; we'll do that in 4.0.0. Closes jquerygh-248
jQuery 1.2 was supported in 3.1.13, so we shouldn't drop it in a minor update; we'll do that in 4.0.0.
This is the last PR I'd like to land before the
3.2.0
release, after that I'd start dropping legacy stuff & modernizing the build.