File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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 }}
17
+ name : ${{ matrix.BROWSER }}-${{ matrix.JQUERYS.name }}
18
18
concurrency :
19
- group : ${{ github.sha }}-${{ matrix.BROWSER }}-${{ matrix.JQUERYS.name }}
19
+ group : ${{ github.sha }}-${{ matrix.BROWSER }}
20
20
timeout-minutes : 30
21
21
strategy :
22
22
fail-fast : false
@@ -35,10 +35,10 @@ jobs:
35
35
- ' Safari_latest'
36
36
- ' Safari_latest-1'
37
37
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'
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
42
42
43
43
steps :
44
44
- name : Checkout
You can’t perform that action at this time.
0 commit comments