File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010on :
1111 # Triggers the workflow on push or pull request events but only for the "master" branch
1212 push :
13- branches : [ Pharo12 ]
13+ branches : [ Pharo13 ]
1414 pull_request :
15- branches : [ Pharo12 , master ]
15+ branches : [ Pharo13 , master ]
1616
1717 # Allows you to run this workflow manually from the Actions tab
1818 workflow_dispatch :
2424 strategy :
2525 matrix :
2626 os : [ ubuntu-latest ]
27- smalltalk : [ Pharo64-12 ]
27+ smalltalk : [ Pharo64-13 ]
2828 runs-on : ${{ matrix.os }}
2929 name : ${{ matrix.smalltalk }} on ${{ matrix.os }}
3030 steps :
Original file line number Diff line number Diff line change 99on :
1010 # Triggers the workflow on push or pull request events but only for the "master" branch
1111 push :
12- branches : [ Pharo12 ]
12+ branches : [ Pharo13 ]
1313 pull_request :
14- branches : [ Pharo12 , master ]
14+ branches : [ Pharo13 , master ]
1515
1616 # Allows you to run this workflow manually from the Actions tab
1717 workflow_dispatch :
2323 strategy :
2424 matrix :
2525 os : [ ubuntu-latest ]
26- smalltalk : [ Pharo64-12 ]
26+ smalltalk : [ Pharo64-13 ]
2727 runs-on : ${{ matrix.os }}
2828 name : ${{ matrix.smalltalk }} on ${{ matrix.os }}
2929 steps :
You can’t perform that action at this time.
0 commit comments