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 dab9a83 commit 7cb1b3fCopy full SHA for 7cb1b3f
.github/workflows/scriptabledebugger.yml
@@ -9,9 +9,9 @@ env:
9
on:
10
# Triggers the workflow on push or pull request events but only for the "master" branch
11
push:
12
- branches: [ Pharo12 ]
+ branches: [ Pharo13 ]
13
pull_request:
14
- branches: [ Pharo12, master ]
+ branches: [ Pharo13, master ]
15
16
# Allows you to run this workflow manually from the Actions tab
17
workflow_dispatch:
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ ubuntu-latest ]
26
- smalltalk: [ Pharo64-12 ]
+ smalltalk: [ Pharo64-13 ]
27
runs-on: ${{ matrix.os }}
28
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
29
steps:
0 commit comments