Skip to content

chore: add Pharo 13 build, switch to stable Pharo 12 image #240

chore: add Pharo 13 build, switch to stable Pharo 12 image

chore: add Pharo 13 build, switch to stable Pharo 12 image #240

Workflow file for this run

name: Build Pharo 7.0
on:
push:
pull_request:
schedule:
# Minute [0,59]
# Hour [0,23]
# Day of the month [1,31]
# Month of the year [1,12]
# Day of the week ([0,6] with 0=Sunday)
- cron: '17 4 * * 6'
workflow_dispatch:
jobs:
build:
name: Build Pharo 7.0
uses: theseion/fuel/.github/workflows/base.yaml@master
with:
build_targets: '["Pharo32-7.0", "Pharo64-7.0"]'
configs: '[".default.ston", ".tests.ston", ".debug.ston", ".developmentgroup.ston"]'