File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 14
14
BROWSERSTACK_USERNAME : ${{ secrets.BROWSERSTACK_USERNAME }}
15
15
BROWSERSTACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
16
16
NODE_VERSION : 20.x
17
- name : ${{ matrix.BROWSER }}-${{ matrix.JQUERYS.name }}
17
+ name : |
18
+ ${{ matrix.BROWSER }} | ${{ matrix.JQUERYS.name }}
18
19
concurrency :
19
20
group : ${{ github.sha }}-${{ matrix.BROWSER }}
20
21
timeout-minutes : 30
@@ -35,10 +36,14 @@ jobs:
35
36
- ' Safari_latest'
36
37
- ' Safari_latest-1'
37
38
JQUERYS :
38
- - versions : --jquery 3.x-git --jquery git --jquery 3.7.1 --jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 --jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0
39
- name : jQuery 3.x+
40
- - versions : --jquery 2.2.4 --jquery 1.12.4 --jquery 2.1.4 --jquery 1.11.3 --jquery 2.0.3 --jquery 1.10.2 --jquery 1.9.1 --jquery 1.8.3
41
- name : jQuery 1.x/2.x
39
+ - versions : --jquery 3.x-git --jquery git
40
+ name : jQ git
41
+ - versions : --jquery 3.7.1 --jquery 3.6.4 --jquery 3.5.1 --jquery 3.4.1 --jquery 3.3.1 --jquery 3.2.1 --jquery 3.1.1 --jquery 3.0.0
42
+ name : jQ 3.x
43
+ - versions : --jquery 2.2.4 --jquery 2.1.4 --jquery 2.0.3
44
+ name : jQ 2.x
45
+ - versions : --jquery 1.12.4 --jquery 1.11.3 --jquery 1.10.2 --jquery 1.9.1 --jquery 1.8.3
46
+ name : jQ 1.x
42
47
43
48
steps :
44
49
- name : Checkout
You can’t perform that action at this time.
0 commit comments