Skip to content

Commit 6e902cf

Browse files
authored
Put back windows and removed pharo 9 from the CI
1 parent 81d0e91 commit 6e902cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [ macos-latest, ubuntu-latest]
18-
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13 ]
17+
os: [ macos-latest, windows-latest, ubuntu-latest]
18+
smalltalk: [ Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13 ]
1919
runs-on: ${{ matrix.os }}
2020
name: ${{ matrix.smalltalk }}
2121
steps:

0 commit comments

Comments
 (0)