File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
2826Metacello new
29- repository: 'github://PolyMathOrg/PolyMath:v1.0.2 ';
27+ repository: 'github://PolyMathOrg/PolyMath:v1.0.3 ';
3028 baseline: 'PolyMath';
3129 load
3230```
You can’t perform that action at this time.
0 commit comments