Skip to content

Revert "FMMultivalueLink inherits from SequenceableCollection" #102

Revert "FMMultivalueLink inherits from SequenceableCollection"

Revert "FMMultivalueLink inherits from SequenceableCollection" #102

Workflow file for this run

name: CI
on:
push:
branches: [development, master]
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Pharo64-10, Pharo64-11 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15