X Tutup
Skip to content

Commit db1c924

Browse files
author
Johan Brichau
committed
Merge d5220b6
2 parents 17db291 + d5220b6 commit db1c924

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: smalltalk
22
sudo: false
33

44
smalltalk:
5-
- Pharo-alpha
5+
- Pharo64-7.0
6+
- Pharo64-6.1
67
- Pharo-6.1
7-
- Pharo-6.0
88
- Pharo-5.0
99
- Pharo-4.0
1010
- Pharo-3.0
@@ -13,13 +13,14 @@ smalltalk:
1313
matrix:
1414
allow_failures:
1515
- smalltalk: Pharo-alpha
16+
- smalltalk: Pharo-3.0
1617
- smalltalk: Squeak-trunk
1718
- smalltalk: Squeak-5.1
1819
os: linux
1920

2021
include:
21-
- smalltalk: Squeak-5.1
22-
os: osx
22+
# - smalltalk: Squeak-5.1
23+
# os: osx
2324
- smalltalk: GemStone-2.4.8
2425
cache:
2526
directories:

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,21 @@ Grease does not try to solve all problems. We are not testing Sockets or HTTP cl
1414

1515
Grease is widely adopted. Implementations exist already for all platforms that support Seaside 3.x. As well as Seaside, new versions of Magritte, Pier, and Monticello are already being implemented on top of Grease.
1616

17-
## Travis builds
17+
## Platform compatibility and Travis builds
1818

19-
The [Travis CI builds](https://travis-ci.org/SeasideSt/Grease) currently test Grease for the following platforms and versions:
19+
The latest Grease version is supported on the following platforms and versions, which are tested using [Travis CI builds](https://travis-ci.org/SeasideSt/Grease):
2020

2121
| Squeak | Pharo | GemStone |
2222
| --------------- | ---------------- | -------------------- |
23-
| Squeak 5.1 | Pharo 6.0 | GemStone 3.3.4 |
24-
| | Pharo 5.0 | GemStone 3.2.16 |
25-
| | Pharo 4.0 | GemStone 3.1.0.6 |
26-
| | Pharo 3.0 | |
23+
| Squeak 5.1 | Pharo 7.0 | GemStone 3.3.4 |
24+
| | Pharo 6.0 | GemStone 3.2.16 |
25+
| | Pharo 5.0 | GemStone 3.1.0.6 |
26+
| | Pharo 4.0 | GemStone 2.4.8 |
27+
28+
## Grease on older platforms:
29+
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:
30+
31+
- Pharo 3.0: [Grease 1.3.4](https://github.com/SeasideSt/Grease/releases/tag/v1.3.4)
2732

2833
## Installation
2934

0 commit comments

Comments
 (0)
X Tutup