Skip to content

Commit f0a32e5

Browse files
author
Johan Brichau
committed
update CI spec and README
1 parent 435655e commit f0a32e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ github.event.workflow_dispatch.ref }}
4141
- uses: hpi-swa/setup-smalltalkCI@v1
4242
with:
43-
smalltalk-version: ${{ matrix.smalltalk }}
43+
smalltalk-image: ${{ matrix.smalltalk }}
4444
- name: Run tests
4545
id: test_run
4646
if: steps.last_run_status.outputs.last_run_status != 'success'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ 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-
## Platform compatibility and Travis builds
17+
## Platform compatibility
1818

19-
The latest Grease version is supported on the following platforms and versions, which are tested using builds via github actions: [![smalltalkCI](https://github.com/SeasideSt/Grease/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/SeasideSt/Grease/actions/workflows/ci.yml)
19+
The latest Grease version is supported on the Pharo and GemStone/S platforms and versions tested in the SmalltalkCI workflow in Github Actions: [![smalltalkCI](https://github.com/SeasideSt/Grease/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/SeasideSt/Grease/actions/workflows/ci.yml)
2020

2121
## Installation
2222

0 commit comments

Comments
 (0)