We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb1b3f commit d0304a2Copy full SHA for d0304a2
.github/workflows/scriptabledebugger-all.yml
@@ -10,9 +10,9 @@ env:
10
on:
11
# Triggers the workflow on push or pull request events but only for the "master" branch
12
push:
13
- branches: [ Pharo12 ]
+ branches: [ Pharo13 ]
14
pull_request:
15
- branches: [ Pharo12, master ]
+ branches: [ Pharo13, master ]
16
17
# Allows you to run this workflow manually from the Actions tab
18
workflow_dispatch:
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
os: [ ubuntu-latest ]
27
- smalltalk: [ Pharo64-12 ]
+ smalltalk: [ Pharo64-13 ]
28
runs-on: ${{ matrix.os }}
29
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
30
steps:
0 commit comments