Skip to content

Commit f0b1d68

Browse files
Change smalltalk-version to smalltalk-image
1 parent b95b201 commit f0b1d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smalltalk-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup smalltalkCI
2424
uses: hpi-swa/setup-smalltalkCI@v1
2525
with:
26-
smalltalk-version: ${{ matrix.smalltalk }}
26+
smalltalk-image: ${{ matrix.smalltalk }}
2727
- name: Load Image and Run Tests
2828
run: smalltalkci -s ${{ matrix.smalltalk }}
2929
env:

0 commit comments

Comments
 (0)