Skip to content

Commit 9f81575

Browse files
committed
Tests: Test on jQuery 3.1.1.slim in non-BrowserStack browser tests
jQuery <3.2.0 doesn't include the deprecated module in the slim build so it makes sense to test on one of these versions in slim mode even on PRs.
1 parent 3481a12 commit 9f81575

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/browser-tests.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
--jquery 3.x-git --jquery 3.x-git.min --jquery 3.x-git.slim --jquery 3.x-git.slim.min \
5151
--jquery 3.7.1 --jquery 3.7.1.slim \
5252
--jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 \
53-
--jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0 \
53+
--jquery 3.3.1 --jquery 3.2.1 \
54+
--jquery 3.1.1 --jquery 3.1.1.slim \
55+
--jquery 3.0.0 \
5456
--retries 1
5557
5658
ie:
@@ -86,7 +88,9 @@ jobs:
8688
--jquery 3.x-git --jquery 3.x-git.min --jquery 3.x-git.slim --jquery 3.x-git.slim.min ^
8789
--jquery 3.7.1 --jquery 3.7.1.slim ^
8890
--jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 ^
89-
--jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0 ^
91+
--jquery 3.3.1 --jquery 3.2.1 ^
92+
--jquery 3.1.1 --jquery 3.1.1.slim ^
93+
--jquery 3.0.0 ^
9094
--retries 1
9195
9296
safari:
@@ -121,5 +125,7 @@ jobs:
121125
--jquery 3.x-git --jquery 3.x-git.min --jquery 3.x-git.slim --jquery 3.x-git.slim.min \
122126
--jquery 3.7.1 --jquery 3.7.1.slim \
123127
--jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 \
124-
--jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0 \
128+
--jquery 3.3.1 --jquery 3.2.1 \
129+
--jquery 3.1.1 --jquery 3.1.1.slim \
130+
--jquery 3.0.0 \
125131
--retries 1

0 commit comments

Comments
 (0)