Skip to content

Commit

Permalink
chore: add Pharo 13 build, switch to stable Pharo 12 image
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed May 18, 2024
1 parent 412ef09 commit 21f74f4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pharo-12.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
name: Build Pharo 12.0
uses: theseion/fuel/.github/workflows/base.yaml@master
with:
build_targets: '["Pharo64-alpha"]'
build_targets: '["Pharo64-12"]'
configs: '[".default.ston", ".tests.ston"]'
branch: Pharo12
24 changes: 24 additions & 0 deletions .github/workflows/pharo-13.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build Pharo 13.0
on:
push:
branches:
- Pharo12
pull_request_target:
branches:
- Pharo12
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: '37 4 * * 6'
workflow_dispatch:
jobs:
build:
name: Build Pharo 13.0
uses: theseion/fuel/.github/workflows/base.yaml@master
with:
build_targets: '["Pharo64-alpha"]'
configs: '[".default.ston", ".tests.ston"]'
branch: Pharo13
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ We would love to see your project here too ;)!
# Status of automated builds
### Pharo

[![Build status: Pharo 12 (alpha)](https://img.shields.io/github/actions/workflow/status/theseion/fuel/pharo-12.0.yaml?branch=Pharo12&label=Pharo%2012%20(alpha)&logo=github)](https://github.com/theseion/Fuel/actions/workflows/pharo-12.0.yaml)
[![Build status: Pharo 13 (alpha)](https://img.shields.io/github/actions/workflow/status/theseion/fuel/pharo-13.0.yaml?branch=Pharo13&label=Pharo%2013%20(alpha)&logo=github)](https://github.com/theseion/Fuel/actions/workflows/pharo-13.0.yaml)
[![Build status: Pharo 12](https://img.shields.io/github/actions/workflow/status/theseion/fuel/pharo-12.0.yaml?branch=Pharo12&label=Pharo%2012&logo=github)](https://github.com/theseion/Fuel/actions/workflows/pharo-12.0.yaml)

master | 5.2.2 | 5.1.0 | 5.0.6 | 4.1.1 | 3.0.4 | 3.0.3 |
------------ | ------------ | ------------ | ------------ | ------------ | ------------ | ------------- |
Expand Down

0 comments on commit 21f74f4

Please sign in to comment.