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 10
10
on :
11
11
# Triggers the workflow on push or pull request events but only for the "master" branch
12
12
push :
13
- branches : [ Pharo-11 ]
13
+ branches : [ Pharo12 ]
14
14
pull_request :
15
- branches : [ Pharo-11 , master ]
15
+ branches : [ Pharo12 , master ]
16
16
17
17
# Allows you to run this workflow manually from the Actions tab
18
18
workflow_dispatch :
24
24
strategy :
25
25
matrix :
26
26
os : [ ubuntu-latest ]
27
- smalltalk : [ Pharo64-11 ]
27
+ smalltalk : [ Pharo64-12 ]
28
28
runs-on : ${{ matrix.os }}
29
29
name : ${{ matrix.smalltalk }} on ${{ matrix.os }}
30
30
steps :
Original file line number Diff line number Diff line change 9
9
on :
10
10
# Triggers the workflow on push or pull request events but only for the "master" branch
11
11
push :
12
- branches : [ Pharo-11 ]
12
+ branches : [ Pharo12 ]
13
13
pull_request :
14
- branches : [ Pharo-11 , master ]
14
+ branches : [ Pharo12 , master ]
15
15
16
16
# Allows you to run this workflow manually from the Actions tab
17
17
workflow_dispatch :
23
23
strategy :
24
24
matrix :
25
25
os : [ ubuntu-latest ]
26
- smalltalk : [ Pharo64-11 ]
26
+ smalltalk : [ Pharo64-12 ]
27
27
runs-on : ${{ matrix.os }}
28
28
name : ${{ matrix.smalltalk }} on ${{ matrix.os }}
29
29
steps :
You can’t perform that action at this time.
0 commit comments