Skip to content

Commit ebc8b84

Browse files
authored
Merge pull request #48 from ba-st/pharo11
Add Pharo 11 support
2 parents 947bef6 + 65115bc commit ebc8b84

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/loading-groups.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0 ]
11+
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0 ]
1212
load-spec: [ core, extended, deployment, tools, development]
1313
name: ${{ matrix.smalltalk }} + ${{ matrix.load-spec }}
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: hpi-swa/setup-smalltalkCI@v1
1717
with:
1818
smalltalk-image: ${{ matrix.smalltalk }}

.github/workflows/markdown-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- name: markdownlint
10-
uses: reviewdog/action-markdownlint@v0.1
10+
uses: reviewdog/action-markdownlint@v0
1111
with:
1212
github_token: ${{ secrets.GITHUB_TOKEN }}
1313
fail_on_error: true

.github/workflows/unit-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
smalltalk: [ Pharo64-10, Pharo64-8.0, Pharo64-9.0 ]
10+
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-8.0, Pharo64-9.0 ]
1111
name: ${{ matrix.smalltalk }}
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: hpi-swa/setup-smalltalkCI@v1
1515
with:
1616
smalltalk-image: ${{ matrix.smalltalk }}
@@ -20,7 +20,7 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
timeout-minutes: 15
2222
- name: Upload coverage to Codecov
23-
uses: codecov/codecov-action@v1
23+
uses: codecov/codecov-action@v3
2424
with:
25-
name: ${{matrix.os}}-${{matrix.smalltalk}}
25+
name: Unit-Tests-${{matrix.smalltalk}}
2626
token: ${{ secrets.CODECOV_TOKEN }}

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ well-defined responsibility.
1515
[![Pharo 8.0](https://img.shields.io/badge/Pharo-8.0-informational)](https://pharo.org)
1616
[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)
1717
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)
18+
[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)
1819

1920
> *Name origin*: Mathematician and astronomer [Johannes Kepler](https://en.wikipedia.org/wiki/Johannes_Kepler)
2021
> is best known for his laws of planetary motion that describes how planets move
@@ -33,7 +34,7 @@ well-defined responsibility.
3334

3435
## Installation
3536

36-
To load the project in a Pharo image follow this [instructions](docs/how-to/how-to-load-in-pharo.md).
37+
To load the project in a Pharo image follow these [instructions](docs/how-to/how-to-load-in-pharo.md).
3738

3839
## Contributing
3940

0 commit comments

Comments
 (0)