Skip to content

Commit e37bf2d

Browse files
author
Hernán Morales Durand
committed
Update CI to Pharo12. Update README
1 parent 11bde76 commit e37bf2d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1010
strategy:
1111
matrix:
12-
smalltalk: [ Pharo64-10, Pharo64-11 ]
12+
smalltalk: [ Pharo64-10, Pharo64-11, Pharo64-12 ]
1313
name: ${{ matrix.smalltalk }}
1414
steps:
1515
- uses: actions/checkout@v3

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# k-means
2-
31
![Build status](https://github.com/pharo-ai/k-means/workflows/CI/badge.svg)
42
[![Coverage Status](https://coveralls.io/repos/github/pharo-ai/k-means/badge.svg?branch=master)](https://coveralls.io/github/pharo-ai/k-means?branch=master)
5-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pharo-ai/KMeans/master/LICENSE)
63
[![Pharo version](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)
74
[![Pharo version](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
5+
[![Pharo version](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)
6+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pharo-ai/KMeans/master/LICENSE)
7+
8+
# Description
89

9-
K-means clustering in Pharo.
10+
Implementation of K-means clustering in Pharo.
1011

1112
## How to install it?
1213

0 commit comments

Comments
 (0)