X Tutup
Skip to content

Commit d0b3319

Browse files
author
Johan Brichau
committed
Updated README and travis lineup [skip-ci]
1 parent 231fea7 commit d0b3319

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ smalltalk:
66
- Pharo64-6.1
77
- Pharo-6.1
88
- Pharo-5.0
9-
- Pharo-4.0
109
- Pharo-3.0
1110
- Squeak-trunk
1211
- Squeak-5.1
1312
matrix:
1413
allow_failures:
1514
- smalltalk: Pharo-alpha
1615
- smalltalk: Pharo-3.0
16+
- smalltalk: Pharo-4.0
1717
- smalltalk: Squeak-trunk
18-
- smalltalk: Squeak-5.1
1918
os: linux
2019

2120
include:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The latest Grease version is supported on the following platforms and versions,
2121
| Squeak | Pharo | GemStone |
2222
| --------------- | ---------------- | -------------------- |
2323
| Squeak 5.1 | Pharo 7.0 | GemStone 3.3.4 |
24-
| | Pharo 6.0 | GemStone 3.2.16 |
24+
| | Pharo 6.1 | GemStone 3.2.16 |
2525
| | Pharo 5.0 | GemStone 3.1.0.6 |
26-
| | Pharo 4.0 | GemStone 2.4.8 |
26+
| | | GemStone 2.4.8 |
2727

2828
## Grease on older platforms:
2929
If you want to load Grease on older platform versions, these are the version numbers that correspond to the latest tested version of Grease on those platform versions:
3030

31-
- Pharo 3.0: [Grease 1.3.4](https://github.com/SeasideSt/Grease/releases/tag/v1.3.4)
31+
- Pharo 3.0 and 4.0: [Grease 1.3.4](https://github.com/SeasideSt/Grease/releases/tag/v1.3.4)
3232

3333
## Installation
3434

0 commit comments

Comments
 (0)
X Tutup