File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Test backwards compatiblity
33on : [push]
44
55jobs :
6- build :
7- name : Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
6+ test_backwards :
7+ name : Test backwards on node ${{ matrix.node_version }} and ${{ matrix.os }}
88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Test compatiblity with react@next
33on : [push]
44
55jobs :
6- build :
7- name : Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
6+ test_forwards :
7+ name : Test forwards on node ${{ matrix.node_version }} and ${{ matrix.os }}
88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Test compatiblity with react@latest
33on : [push]
44
55jobs :
6- build :
7- name : Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
6+ test_latest :
7+ name : Test latest on node ${{ matrix.node_version }} and ${{ matrix.os }}
88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
You can’t perform that action at this time.
0 commit comments