From b115f2e533e11cb2724df4216592beefe57550f6 Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Thu, 27 Aug 2026 04:15:45 +0200 Subject: [PATCH] Add Pharo up to 14 to CI --- .github/workflows/continuous.yml | 24 ++++++++---------------- CHANGELOG.md | 2 ++ README.md | 6 +++--- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 2a8935f..76d1edd 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -1,30 +1,22 @@ name: CI -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -# Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the development branch -on: - push: - branches: - - '**' - pull_request: - types: [assigned, opened, synchronize, reopened] +on: [push, pull_request, workflow_dispatch] jobs: build: runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} strategy: + fail-fast: false matrix: - smalltalk: [ Pharo64-6.1, Pharo64-7.0, Pharo64-8.0, Pharo64-9.0, Pharo64-10 ] + smalltalk: [ Pharo32-6.1, Pharo32-7.0, Pharo32-8.0, Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13, Pharo64-14 ] # Pharo 6, 7, 8 64b currently fails in smalltalkCI :( name: ${{ matrix.smalltalk }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: hpi-swa/setup-smalltalkCI@v1 with: - smalltalk-version: ${{ matrix.smalltalk }} + smalltalk-image: ${{ matrix.smalltalk }} - run: smalltalkci -s ${{ matrix.smalltalk }} shell: bash - timeout-minutes: 15 - + timeout-minutes: 15 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a0efd..2ccfc32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ git log --pretty="* %s ([%h](https://github.com/DuneSt/PrismCodeDisplayer/commit 'Content' copyWithRegex: 'Merge pull request #[0-9]+ from [^/]+/[0-9]*' matchesReplacedWith: '') copyReplaceAll: '-' with: ' ' --> +> More recent releases have the changelog in the release + # [v1.1.1](https://github.com/DuneSt/PrismCodeDisplayer/compare/v1.1.0...v1.1.1) (2022-01-22) ## Infrastructure diff --git a/README.md b/README.md index d63f27d..7bd136c 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ You can find a demo at: [https://demos.ferlicot.fr/PrismDemo](https://demos.ferl | Prism version | Compatible Pharo versions | |--------------- |--------------------------- | -| v1.x.x | Pharo 61, 70, 80, 90, 10 | -| development | Pharo 61, 70, 80, 90, 10 | +| v1.x.x | Pharo 61 - 14 | +| development | Pharo 61 - 14 | ## Contact -If you have any question or problem do not hesitate to open an issue or contact cyril (a) ferlicot.me or guillaume.larcheveque (a) gmail.com +If you have any question or problem do not hesitate to open an issue or contact cyril (a) ferlicot.fr \ No newline at end of file