Skip to content

Commit

Permalink
Merge 7ff2849 into 4b2483d
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jan 17, 2020
2 parents 4b2483d + 7ff2849 commit 58da92a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
- smalltalk: Squeak32-5.0
- smalltalk: Squeak32-4.6
- smalltalk: Squeak32-4.5
- smalltalk: Pharo64-9.0
- smalltalk: Pharo64-8.0
- smalltalk: Pharo64-7.0
- smalltalk: Pharo64-6.1
- smalltalk: Pharo64-6.0
- smalltalk: Pharo32-9.0
- smalltalk: Pharo32-8.0
- smalltalk: Pharo32-7.0
- smalltalk: Pharo32-6.0
Expand Down Expand Up @@ -97,6 +99,8 @@ jobs:
os: osx
- smalltalk: Squeak32-4.5
os: osx
- smalltalk: Pharo32-9.0
os: osx
- smalltalk: Pharo32-8.0
os: osx
- smalltalk: Pharo32-7.0
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,22 @@ they can take up a lot of space on your drive.*
| ---------------- | ---------------- | -------------------- | --------------- |
| `Squeak64-trunk` | `Pharo64-alpha` | `GemStone64-3.5.x` | `Moose64-trunk` |
| `Squeak64-5.2` | `Pharo64-stable` | `GemStone64-3.4.x` | `Moose64-8.0` |
| `Squeak64-5.1` | `Pharo64-8.0` | `GemStone64-3.3.x` | `Moose64-7.0` |
| `Squeak32-trunk` | `Pharo64-7.0` | `GemStone64-3.2.x` | `Moose32-trunk` |
| `Squeak32-5.2` | `Pharo64-6.1` | `Gemstone64-3.1.0.x` | `Moose32-7.0` |
| `Squeak32-5.1` | `Pharo64-6.0` | `Gemstone64-2.4.x` | `Moose32-6.1` |
| `Squeak32-5.0` | `Pharo32-alpha` | | `Moose32-6.0` |
| `Squeak32-4.6` | `Pharo32-stable` | | |
| `Squeak32-4.5` | `Pharo32-8.0` | | |
| `Squeak64-5.1` | `Pharo64-9.0` | `GemStone64-3.3.x` | `Moose64-7.0` |
| `Squeak32-trunk` | `Pharo64-8.0` | `GemStone64-3.2.x` | `Moose32-trunk` |
| `Squeak32-5.2` | `Pharo64-7.0` | `Gemstone64-3.1.0.x` | `Moose32-7.0` |
| `Squeak32-5.1` | `Pharo64-6.1` | `Gemstone64-2.4.x` | `Moose32-6.1` |
| `Squeak32-5.0` | `Pharo64-6.0` | | `Moose32-6.0` |
| `Squeak32-4.6` | `Pharo32-alpha` | | |
| `Squeak32-4.5` | `Pharo32-stable` | | |
| | `Pharo32-9.0` | | |
| | `Pharo32-8.0` | | |
| | `Pharo32-7.0` | | |
| | `Pharo32-6.1` | | |
| | `Pharo32-6.0` | | |
| | `Pharo32-5.0` | | |
| | `Pharo32-4.0` | | |
| | `Pharo32-3.0` | | |
| | | | |


## <a name="templates"/>Templates
Expand Down
6 changes: 6 additions & 0 deletions pharo/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ pharo::get_image_url() {
"Pharo64-stable")
echo "get.pharo.org/64/stable"
;;
"Pharo64-9.0")
echo "get.pharo.org/64/90"
;;
"Pharo64-8.0")
echo "get.pharo.org/64/80"
;;
Expand All @@ -39,6 +42,9 @@ pharo::get_image_url() {
"Pharo32-stable"|"Pharo-stable")
echo "get.pharo.org/stable"
;;
"Pharo32-9.0")
echo "get.pharo.org/32/90"
;;
"Pharo32-8.0")
echo "get.pharo.org/80"
;;
Expand Down

0 comments on commit 58da92a

Please sign in to comment.