Skip to content

Commit

Permalink
chore: add build for Pharo 13
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed May 18, 2024
1 parent cfde462 commit 0056f95
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Build Pharo 12.0
name: Build Pharo 13.0
on:
push:
branches:
- Pharo12
- Pharo13
pull_request_target:
branches:
- Pharo12
- Pharo13
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'
- cron: '37 4 * * 6'
workflow_dispatch:
jobs:
build:
name: Build Pharo 12.0
name: Build Pharo 13.0
uses: theseion/fuel/.github/workflows/base.yaml@master
with:
build_targets: '["Pharo64-alpha"]'
configs: '[".default.ston", ".tests.ston"]'
branch: Pharo12
branch: Pharo13

0 comments on commit 0056f95

Please sign in to comment.