Skip to content

Commit 01a220f

Browse files
authored
Merge pull request #94 from pharo-spec/Pharo13
Pharo13 CI on master
2 parents dab9a83 + d0304a2 commit 01a220f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/scriptabledebugger-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ env:
1010
on:
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:
@@ -24,7 +24,7 @@ jobs:
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:

.github/workflows/scriptabledebugger.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ env:
99
on:
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:
@@ -23,7 +23,7 @@ jobs:
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:

0 commit comments

Comments
 (0)