Skip to content

Commit 86ee2d0

Browse files
Merge branch 'master' of github.com:PolyMathOrg/PolyMath
2 parents a48b152 + cbde7e0 commit 86ee2d0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/smalltalk-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup smalltalkCI
2424
uses: hpi-swa/setup-smalltalkCI@v1
2525
with:
26-
smalltalk-version: ${{ matrix.smalltalk }}
26+
smalltalk-image: ${{ matrix.smalltalk }}
2727
- name: Load Image and Run Tests
2828
run: smalltalkci -s ${{ matrix.smalltalk }}
2929
env:

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,19 @@
1212
</p>
1313
</p>
1414

15-
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
1615
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
17-
[![Build Status](https://travis-ci.org/PolyMathOrg/PolyMath.svg?branch=master)](https://travis-ci.org/PolyMathOrg/PolyMath)
18-
[![Build status](https://ci.appveyor.com/api/projects/status/3tvarh2xi22max8h?svg=true)](https://ci.appveyor.com/project/SergeStinckwich/polymath-88bea)
16+
[![CI matrix](https://github.com/PolyMathOrg/PolyMath/actions/workflows/smalltalk-ci.yml/badge.svg)](https://github.com/PolyMathOrg/PolyMath/actions/workflows/smalltalk-ci.yml)
1917
[![Coverage Status](https://coveralls.io/repos/github/PolyMathOrg/PolyMath/badge.svg?branch=master)](https://coveralls.io/github/PolyMathOrg/PolyMath?branch=master)
2018
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/PolyMathOrg/PolyMath/master/LICENSE)
2119

2220
<img width="1675" alt="Screenshot 2019-04-24 at 11 12 57" src="https://user-images.githubusercontent.com/327334/56652094-66eb7780-6682-11e9-9753-101be18df67c.png">
2321

2422

25-
You can load PolyMath 1.0.2 into a fresh Pharo 8.0 image with:
23+
You can load PolyMath 1.0.3 into a fresh Pharo 8.0 image with:
2624

2725
```Smalltalk
2826
Metacello new
29-
repository: 'github://PolyMathOrg/PolyMath:v1.0.2';
27+
repository: 'github://PolyMathOrg/PolyMath:v1.0.3';
3028
baseline: 'PolyMath';
3129
load
3230
```

0 commit comments

Comments
 (0)