Skip to content

Commit ea53f10

Browse files
committed
CI: build for pr and Pharo 11
1 parent 24f2e98 commit ea53f10

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: CI matrix
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- '**'
67
pull_request:
7-
branches: [ master ]
8+
types: [assigned, opened, synchronize, reopened]
9+
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:
@@ -15,7 +17,7 @@ jobs:
1517
strategy:
1618
matrix:
1719
os: [ macos-latest, windows-latest, ubuntu-latest]
18-
smalltalk: [ Pharo64-9.0, Pharo64-10]
20+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11]
1921
runs-on: ${{ matrix.os }}
2022
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2123
steps:

0 commit comments

Comments
 (0)