Skip to content

Commit 867b6e8

Browse files
authored
Update ci.yml
1 parent ef941fe commit 867b6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
smalltalk: [ Pharo64-9.0, Pharo64-10 ]
18+
smalltalk: [ Pharo64-10 ]
1919
name: ${{ matrix.smalltalk }}
2020
steps:
2121
- uses: actions/checkout@v2
@@ -24,4 +24,4 @@ jobs:
2424
smalltalk-version: ${{ matrix.smalltalk }}
2525
- run: smalltalkci -s ${{ matrix.smalltalk }}
2626
shell: bash
27-
timeout-minutes: 15
27+
timeout-minutes: 15

0 commit comments

Comments
 (0)