From 794cec06ecd76dab30e1eccdcf82c1e8e245965b Mon Sep 17 00:00:00 2001 From: Pierre Laborde Date: Thu, 5 Dec 2024 15:46:46 +0100 Subject: [PATCH] Remove P13 CI --- .github/workflows/Pharo13CI.yml | 28 ---------------------------- README.md | 1 - 2 files changed, 29 deletions(-) delete mode 100644 .github/workflows/Pharo13CI.yml diff --git a/.github/workflows/Pharo13CI.yml b/.github/workflows/Pharo13CI.yml deleted file mode 100644 index 6e58c42..0000000 --- a/.github/workflows/Pharo13CI.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: 'Pharo 13 CI' - -on: - push: - branches: - - 'master' - pull_request: - types: [assigned, opened, synchronize, reopened] - -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: 10 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index a3f6c56..3d6c71a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ [![License](https://img.shields.io/github/license/OpenSmock/Iconography.svg)](./LICENSE) [![Pharo 11 CI](https://github.com/OpenSmock/Iconography/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/Iconography/actions/workflows/Pharo11CI.yml) [![Pharo 12 CI](https://github.com/OpenSmock/Iconography/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/OpenSmock/Iconography/actions/workflows/Pharo12CI.yml) -[![Pharo 13 CI](https://github.com/OpenSmock/Iconography/actions/workflows/Pharo13CI.yml/badge.svg)](https://github.com/OpenSmock/Iconography/actions/workflows/Pharo13CI.yml) # Iconography