Skip to content

Commit e25d4d1

Browse files
authored
Merge pull request pharo-spec#71 from pharo-spec/master
CI for Pharo 12
2 parents 2c1ffae + e55f1e0 commit e25d4d1

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: [ Pharo-11 ]
13+
branches: [ Pharo12 ]
1414
pull_request:
15-
branches: [ Pharo-11, master ]
15+
branches: [ Pharo12, 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-11 ]
27+
smalltalk: [ Pharo64-12 ]
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: [ Pharo-11 ]
12+
branches: [ Pharo12 ]
1313
pull_request:
14-
branches: [ Pharo-11, master ]
14+
branches: [ Pharo12, 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-11 ]
26+
smalltalk: [ Pharo64-12 ]
2727
runs-on: ${{ matrix.os }}
2828
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2929
steps:

0 commit comments

Comments
 (0)