File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- name : CI Moose11
1+ name : CI Moose12
22
33env :
44 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
66on :
77 push :
8- branches : [ main ]
8+ branches : [ v* ]
99 pull_request :
10- branches : [ main ]
10+ branches : [ v* ]
1111
1212jobs :
1313 build :
1414 runs-on : ubuntu-latest
1515 strategy :
1616 fail-fast : false
1717 matrix :
18- smalltalk : [ Moose64-11 ]
18+ smalltalk : [ Moose64-12 ]
1919 name : ${{ matrix.smalltalk }}
2020 steps :
2121 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 55
66on :
77 push :
8- branches : [ main ]
8+ branches : [ v* ]
99 pull_request :
10- branches : [ main ]
10+ branches : [ v* ]
1111
1212jobs :
1313 build :
1414 runs-on : ubuntu-latest
1515 strategy :
1616 fail-fast : false
1717 matrix :
18- smalltalk : [ Moose64-10 ]
18+ smalltalk : [ Moose64-12 ]
1919 name : ${{ matrix.smalltalk }}
2020 steps :
2121 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ I update a FamixJava model based on a FASTJava AST.
1010
1111``` st
1212Metacello new
13- githubUser: 'badetitou' project: 'FamixJavaModelUpdater' commitish: 'v1 ' path: 'src';
13+ githubUser: 'badetitou' project: 'FamixJavaModelUpdater' commitish: 'v2 ' path: 'src';
1414 baseline: 'FamixJavaModelUpdater';
1515 load
1616```
@@ -19,7 +19,7 @@ Metacello new
1919
2020``` st
2121spec baseline: 'FamixJavaModelUpdater' with: [
22- spec repository: 'github://badetitou/FamixJavaModelUpdater:v1 /src' ].
22+ spec repository: 'github://badetitou/FamixJavaModelUpdater:v2 /src' ].
2323```
2424
2525## Usage
You can’t perform that action at this time.
0 commit comments