From 5d59f6ef3b3b88aff9978a017d666754f948fe81 Mon Sep 17 00:00:00 2001 From: Benoit Verhaeghe Date: Mon, 22 Jun 2026 10:31:53 +0200 Subject: [PATCH] Move to Moose13 --- .github/workflows/ci-dev.yml | 2 +- .../{ci-moose11.yml => ci-moose13.yml} | 60 +++++++++---------- .github/workflows/ci-pr.yml | 17 +----- README.md | 2 +- 4 files changed, 34 insertions(+), 47 deletions(-) rename .github/workflows/{ci-moose11.yml => ci-moose13.yml} (89%) diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 89713c87..985e771b 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - smalltalk: [ Moose64-11, Moose64-12] + smalltalk: [ Moose64-12, Moose64-13 ] name: ${{ matrix.smalltalk }} steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ci-moose11.yml b/.github/workflows/ci-moose13.yml similarity index 89% rename from .github/workflows/ci-moose11.yml rename to .github/workflows/ci-moose13.yml index 2f8ebe09..3c1c2432 100644 --- a/.github/workflows/ci-moose11.yml +++ b/.github/workflows/ci-moose13.yml @@ -1,30 +1,30 @@ -name: Moose 11 - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - smalltalk: [ Moose64-11 ] - name: ${{ matrix.smalltalk }} - steps: - - uses: actions/checkout@v2 - with: - persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token. - fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - - - uses: hpi-swa/setup-smalltalkCI@v1 - with: - smalltalk-image: ${{ matrix.smalltalk }} - - - run: smalltalkci -s ${{ matrix.smalltalk }} - shell: bash - timeout-minutes: 15 +name: Moose 13 + +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + strategy: + matrix: + smalltalk: [ Moose64-13 ] + name: ${{ matrix.smalltalk }} + steps: + - uses: actions/checkout@v2 + with: + persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token. + fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. + + - uses: hpi-swa/setup-smalltalkCI@v1 + with: + smalltalk-image: ${{ matrix.smalltalk }} + + - run: smalltalkci -s ${{ matrix.smalltalk }} + shell: bash + timeout-minutes: 15 diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 0eefdc81..129cb02c 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -5,14 +5,14 @@ env: on: pull_request: - types: [assigned, opened, synchronize, reopened] + types: [ assigned, opened, synchronize, reopened ] jobs: build: runs-on: ubuntu-latest strategy: matrix: - smalltalk: [ Moose64-11, Moose64-12] + smalltalk: [ Moose64-12, Moose64-13 ] name: ${{ matrix.smalltalk }} steps: - uses: actions/checkout@v2 @@ -34,16 +34,3 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} -# autoreneraku is not ready - # - name: Generate a token - # id: generate-token - # uses: actions/create-github-app-token@v1 - # with: - # app-id: ${{ secrets.AUTO_RENERAKU_APP_ID }} - # private-key: ${{ secrets.AUTO_RENERAKU_PRIVATE_KEY }} - #- name: AutoReneraku - # uses: badetitou/AutoReneraku@v1.0.10 - # if: matrix.smalltalk == 'Moose64-12' - # with: - # pat: ${{ steps.generate-token.outputs.token }} - diff --git a/README.md b/README.md index 8cec8746..b8afcbf0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GitProject health -[![Moose 11](https://github.com/moosetechnology/GitProjectHealth/actions/workflows/ci-moose11.yml/badge.svg)](https://github.com/moosetechnology/GitProjectHealth/actions/workflows/ci-moose11.yml) [![Moose 12](https://github.com/moosetechnology/GitProjectHealth/actions/workflows/ci-moose12.yml/badge.svg)](https://github.com/moosetechnology/GitProjectHealth/actions/workflows/ci-moose12.yml) +[![Moose 13](https://github.com/moosetechnology/GitProjectHealth/actions/workflows/ci-moose13.yml/badge.svg)](https://github.com/moosetechnology/GitProjectHealth/actions/workflows/ci-moose13.yml) [![Coverage Status](https://coveralls.io/repos/github/moosetechnology/GitProjectHealth/badge.svg?branch=main)](https://coveralls.io/github/moosetechnology/GitProjectHealth?branch=main) [![DOI](https://zenodo.org/badge/494355126.svg)](https://doi.org/10.5281/zenodo.13886504)