Skip to content

Update get-versions.yml #282

Update get-versions.yml

Update get-versions.yml #282

Workflow file for this run

name: Pull-request
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
smalltalk: ${{ fromJSON(vars.PHARO_VERSIONS_DEVELOPMENT) }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Option fetching all commits
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15