Skip to content

Commit 03de960

Browse files
authored
Merge pull request #211 from PolyMathOrg/enable-P11-in-CI
enable P11 in CI
2 parents f7680c3 + af679cf commit 03de960

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
smalltalk: [ Pharo64-9.0, Pharo64-10 ]
20+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
2121
name: ${{ matrix.smalltalk }}
2222
steps:
2323
- uses: actions/checkout@v2

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ SqueakDebug.log
2222
# Metacello-github cache
2323
/github-cache
2424
github-*.zip
25+
26+
**/.DS_STORE

0 commit comments

Comments
 (0)