Skip to content

Commit

Permalink
Build: Drop remnants of jQuery <1.12 / <2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed May 15, 2024
1 parent 98925aa commit 86c812b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Test
run: |
npm run test:unit -- -h -b ${{ matrix.BROWSER }} \
--jquery 1.8.3 --jquery 1.9.1 --jquery 1.10.2 --jquery 1.11.3 --jquery 1.12.4 \
--jquery 2.0.3 --jquery 2.1.4 --jquery 2.2.4 \
--jquery 1.12.4 \
--jquery 2.2.4 \
--jquery 3.0.0 --jquery 3.1.1 --jquery 3.2.1 --jquery 3.3.1 \
--jquery 3.4.1 --jquery 3.5.1 --jquery 3.6.4 --jquery 3.7.1 \
--jquery 3.x-git --jquery git \
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
- name: Test
run: |
npm run test:unit -- -h -b edge `
--jquery 1.8.3 --jquery 1.9.1 --jquery 1.10.2 --jquery 1.11.3 --jquery 1.12.4 `
--jquery 2.0.3 --jquery 2.1.4 --jquery 2.2.4 `
--jquery 1.12.4 `
--jquery 2.2.4 `
--jquery 3.0.0 --jquery 3.1.1 --jquery 3.2.1 --jquery 3.3.1 `
--jquery 3.4.1 --jquery 3.5.1 --jquery 3.6.4 --jquery 3.7.1 `
--jquery 3.x-git --jquery git `
Expand Down Expand Up @@ -121,8 +121,8 @@ jobs:
- name: Test
run: |
npm run test:unit -- -b safari \
--jquery 1.8.3 --jquery 1.9.1 --jquery 1.10.2 --jquery 1.11.3 --jquery 1.12.4 \
--jquery 2.0.3 --jquery 2.1.4 --jquery 2.2.4 \
--jquery 1.12.4 \
--jquery 2.2.4 \
--jquery 3.0.0 --jquery 3.1.1 --jquery 3.2.1 --jquery 3.3.1 \
--jquery 3.4.1 --jquery 3.5.1 --jquery 3.6.4 --jquery 3.7.1 \
--jquery 3.x-git --jquery git \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jQuery Color

Supported jQuery versions: 1.12+ (only the latest version within each jQuery major is tested)
Supported jQuery versions: 1.12+ / 2.2+

## Browser Support

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/data/testinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ QUnit.config.urlConfig.push( {

// Keep in sync with test/runner/flags/jquery.js
value: [
"1.8.3", "1.9.1", "1.10.2", "1.11.3", "1.12.4",
"2.0.3", "2.1.4", "2.2.4",
"1.12.4",
"2.2.4",
"3.0.0", "3.1.1", "3.2.1", "3.3.1", "3.4.1", "3.5.1", "3.6.4", "3.7.1",
"3.x-git", "git"
],
Expand Down
4 changes: 2 additions & 2 deletions test/runner/flags/jquery.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Keep in sync with test/data/testinit.js
export const jquery = [
"1.8.3", "1.9.1", "1.10.2", "1.11.3", "1.12.4",
"2.0.3", "2.1.4", "2.2.4",
"1.12.4",
"2.2.4",
"3.0.0", "3.1.1", "3.2.1", "3.3.1", "3.4.1", "3.5.1", "3.6.4", "3.7.1",
"3.x-git", "git"
];

0 comments on commit 86c812b

Please sign in to comment.