From cb3a1df0e81f8e2b98559382d370b9be0d6a3b3b Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:54:25 +0200 Subject: [PATCH] remove p13 ci (not working) --- .github/workflows/Pharo12CI.yml | 4 +--- .github/workflows/Pharo13CI.yml | 31 ------------------------------- README.md | 1 - 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 .github/workflows/Pharo13CI.yml diff --git a/.github/workflows/Pharo12CI.yml b/.github/workflows/Pharo12CI.yml index 27592191..966431f4 100644 --- a/.github/workflows/Pharo12CI.yml +++ b/.github/workflows/Pharo12CI.yml @@ -6,11 +6,9 @@ env: on: push: branches: - - 'master' + - 'main' pull_request: types: [assigned, opened, synchronize, reopened] - schedule: - - cron: '0 12 * * 0' jobs: build: diff --git a/.github/workflows/Pharo13CI.yml b/.github/workflows/Pharo13CI.yml deleted file mode 100644 index 451a7862..00000000 --- a/.github/workflows/Pharo13CI.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: 'Pharo 13 CI' - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -on: - push: - branches: - - 'master' - pull_request: - types: [assigned, opened, synchronize, reopened] - schedule: - - cron: '0 12 * * 0' - -jobs: - build: - strategy: - matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - smalltalk: [ Pharo64-13 ] - runs-on: ${{ matrix.os }} - name: ${{ matrix.smalltalk }} on ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: hpi-swa/setup-smalltalkCI@v1 - with: - smalltalk-image: ${{ matrix.smalltalk }} - - name: Load in New Image and Run Tests - run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }} - shell: bash - timeout-minutes: 15 diff --git a/README.md b/README.md index b75aed1b..1c605b3f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ [![License](https://img.shields.io/github/license/openSmock/Pyramid.svg)](./LICENSE) [![Pharo 11 CI](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo11CI.yml) [![Pharo 12 CI](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo12CI.yml) -[![Pharo 13 CI](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo13CI.yml/badge.svg)](https://github.com/OpenSmock/Pyramid/actions/workflows/Pharo13CI.yml) # Pyramid