We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70efba8 commit a08859bCopy full SHA for a08859b
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- smalltalk: [ Pharo64-10 ]
+ smalltalk: [ Pharo64-12, Pharo64-11, Pharo64-10 ]
11
name: ${{ matrix.smalltalk }}
12
steps:
13
- uses: actions/checkout@v2
0 commit comments