Skip to content

Commit

Permalink
Merge pull request #94 from pharo-spec/Pharo13
Browse files Browse the repository at this point in the history
Pharo13 CI on master
  • Loading branch information
adri09070 authored May 2, 2024
2 parents dab9a83 + d0304a2 commit 01a220f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scriptabledebugger-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ env:
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ Pharo12 ]
branches: [ Pharo13 ]
pull_request:
branches: [ Pharo12, master ]
branches: [ Pharo13, master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
smalltalk: [ Pharo64-12 ]
smalltalk: [ Pharo64-13 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scriptabledebugger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ env:
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ Pharo12 ]
branches: [ Pharo13 ]
pull_request:
branches: [ Pharo12, master ]
branches: [ Pharo13, master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
smalltalk: [ Pharo64-12 ]
smalltalk: [ Pharo64-13 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 01a220f

Please sign in to comment.