Skip to content

Commit

Permalink
Merge pull request #71 from pharo-spec/master
Browse files Browse the repository at this point in the history
CI for Pharo 12
  • Loading branch information
adri09070 authored May 25, 2023
2 parents 2c1ffae + e55f1e0 commit e25d4d1
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: [ Pharo-11 ]
branches: [ Pharo12 ]
pull_request:
branches: [ Pharo-11, master ]
branches: [ Pharo12, 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-11 ]
smalltalk: [ Pharo64-12 ]
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: [ Pharo-11 ]
branches: [ Pharo12 ]
pull_request:
branches: [ Pharo-11, master ]
branches: [ Pharo12, 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-11 ]
smalltalk: [ Pharo64-12 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e25d4d1

Please sign in to comment.