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

Build: Test on more jQuery Core versions #2258

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

mgol
Copy link
Member

@mgol mgol commented May 29, 2024

The initial 1.14.0 announcement only promised support for the latest version of jQuery Core within each major. The main goal was to avoid testing on too many old versions. However, just testing on the latest one seems too drastic. For now, add 3.6.4 to the mix; we'll work on a more detailed policy soon.

The initial 1.14.0 announcement only promised support for the latest version
of jQuery Core within each major. The main goal was to avoid testing on too many
old versions. However, just testing on the latest one seems too drastic. For
now, add `3.6.4` to the mix; we'll work on a more detailed policy soon.
@mgol mgol requested review from timmywil and fnagel May 29, 2024 21:18
@mgol mgol added this to the 1.14.0 milestone May 29, 2024
@mgol mgol marked this pull request as ready for review May 29, 2024 21:19
@timmywil
Copy link
Member

Was there an issue related to jQuery 3.6.4 that prompted this?

@mgol
Copy link
Member Author

mgol commented Jun 3, 2024

Was there an issue related to jQuery 3.6.4 that prompted this?

@timmywil No, it was just me realizing it's going to be quite demanding for jQuery UI users to always have to update jQuery Core to the latest version before each jQuery UI update.

I'm thinking how to tackle this but perhaps something like:

  1. We only promise support for the latest Core version for each major.
  2. That said, we may test on more Core versions. Tested versions will be announced for each UI release.

That seems both low maintenance and easier for users. What do you think?

@mgol mgol merged commit aa06be9 into jquery:main Jun 3, 2024
25 checks passed
@mgol mgol deleted the more-core-versions branch June 3, 2024 16:32
@mgol mgol removed the Needs review label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants