File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,19 @@ jobs:
22
22
fail-fast : false
23
23
matrix :
24
24
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'
25
32
- ' 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
+
39
38
steps :
40
39
- name : Checkout
41
40
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
63
62
run : |
64
63
npm run test:unit -- -v \
65
64
--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 \
66
70
--run-id ${{ github.run_id }} \
67
71
--retries 3 --hard-retries 1
You can’t perform that action at this time.
0 commit comments