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 24f2e98 commit ea53f10Copy full SHA for ea53f10
.github/workflows/test.yml
@@ -2,9 +2,11 @@ name: CI matrix
2
3
on:
4
push:
5
- branches: [ master ]
+ branches:
6
+ - '**'
7
pull_request:
8
+ types: [assigned, opened, synchronize, reopened]
9
+
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
@@ -15,7 +17,7 @@ jobs:
15
17
strategy:
16
18
matrix:
19
os: [ macos-latest, windows-latest, ubuntu-latest]
- smalltalk: [ Pharo64-9.0, Pharo64-10]
20
+ smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11]
21
runs-on: ${{ matrix.os }}
22
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
23
steps:
0 commit comments