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 f7680c3 commit af679cfCopy full SHA for af679cf
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- smalltalk: [ Pharo64-9.0, Pharo64-10 ]
+ smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
21
name: ${{ matrix.smalltalk }}
22
steps:
23
- uses: actions/checkout@v2
.gitignore
@@ -22,3 +22,5 @@ SqueakDebug.log
# Metacello-github cache
/github-cache
24
github-*.zip
25
+
26
+**/.DS_STORE
0 commit comments