Skip to content

Commit ba29b69

Browse files
author
Hernán Morales Durand
committed
Update CI to Pharo12. Update README
1 parent 84b5134 commit ba29b69

File tree

8 files changed

+462
-456
lines changed

8 files changed

+462
-456
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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, Pharo64-11 ]
18+
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12 ]
1919
name: ${{ matrix.smalltalk }}
2020
steps:
2121
- uses: actions/checkout@v2

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
[![Build status](https://github.com/pharo-ai/hierarchical-clustering/workflows/CI/badge.svg)](https://github.com/pharo-ai/hierarchical-clustering/actions/workflows/test.yml)
44
[![Coverage Status](https://coveralls.io/repos/github/pharo-ai/hierarchical-clustering/badge.svg?branch=master)](https://coveralls.io/github/pharo-ai/hierarchical-clustering?branch=master)
5+
[![Pharo version](https://img.shields.io/badge/Pharo-9-%23aac9ff.svg)](https://pharo.org/download)
6+
[![Pharo version](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
7+
[![Pharo version](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)
8+
[![Pharo version](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)
59
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pharo-ai/hierarchical-clustering/master/LICENSE)
610

11+
# Description
12+
713
Hierarchical Clustering algorithms for Pharo
814

9-
## Installation
15+
# Installation
1016

1117
```smalltalk
1218
Metacello new
@@ -24,7 +30,7 @@ Metacello new
2430
load: #('AIVizRoassalHC')
2531
```
2632

27-
## How to depend on it?
33+
# How to depend on it?
2834

2935
If you want to add a dependency on hierarchical-clustering to your project, include the following lines into your baseline method:
3036

0 commit comments

Comments
 (0)