Skip to content

Commit 22ea66c

Browse files
committed
fixup! run all browsers and jQuery versions
1 parent 3a8068f commit 22ea66c

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

.github/workflows/browserstack.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,19 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
BROWSER:
25+
- 'Chrome_latest'
26+
- 'Chrome_latest-1'
27+
- 'Edge_18'
28+
- 'Edge_latest'
29+
- 'Edge_latest-1'
30+
- 'Firefox_latest'
31+
- 'Firefox_latest-1'
2532
- 'IE_11'
26-
# - 'Safari_latest'
27-
# - 'Safari_latest-1'
28-
# - 'Chrome_latest'
29-
# - 'Chrome_latest-1'
30-
# - 'Opera_latest'
31-
# - 'Edge_latest'
32-
# - 'Edge_latest-1'
33-
# - 'Firefox_latest'
34-
# - 'Firefox_latest-1'
35-
# - 'Firefox_115'
36-
# - '__iOS_17'
37-
# - '__iOS_16'
38-
# - '__iOS_15'
33+
- 'Opera_latest'
34+
- 'Opera_latest-1'
35+
- 'Safari_latest'
36+
- 'Safari_latest-1'
37+
3938
steps:
4039
- name: Checkout
4140
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -63,5 +62,10 @@ jobs:
6362
run: |
6463
npm run test:unit -- -v \
6564
--browserstack "${{ matrix.BROWSER }}" \
65+
--jquery 3.x-git --jquery git \
66+
--jquery 3.7.1 --jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 \
67+
--jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0 \
68+
--jquery 2.2.4 --jquery 1.12.4 --jquery 2.1.4 --jquery 1.11.3 \
69+
--jquery 2.0.3 --jquery 1.10.2 --jquery 1.9.1 --jquery 1.8.3 \
6670
--run-id ${{ github.run_id }} \
6771
--retries 3 --hard-retries 1

0 commit comments

Comments
 (0)