diff --git a/.github/workflows/test-moose11.yml b/.github/workflows/test-moose11.yml index 82dc82e..f7ebb53 100644 --- a/.github/workflows/test-moose11.yml +++ b/.github/workflows/test-moose11.yml @@ -5,9 +5,9 @@ env: on: push: - branches: [ v4 ] + branches: [ v5 ] pull_request: - branches: [ v4 ] + branches: [ v5 ] jobs: build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 29440fa..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: CI - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -on: - push: - branches: [ v4 ] - pull_request: - branches: [ v4 ] - -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - smalltalk: [ Moose64-10 ] - name: ${{ matrix.smalltalk }} - steps: - - uses: actions/checkout@v2 - - uses: hpi-swa/setup-smalltalkCI@v1 - with: - smalltalk-image: ${{ matrix.smalltalk }} - - run: smalltalkci -s ${{ matrix.smalltalk }} - shell: bash - timeout-minutes: 15 - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 269962a..14b40ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Carrefour -[![Moose version](https://img.shields.io/badge/Moose-10-%23aac9ff.svg)](https://github.com/moosetechnology/Moose) +[![Moose version](https://img.shields.io/badge/Moose-11-%23aac9ff.svg)](https://github.com/moosetechnology/Moose) ![Build Info](https://github.com/moosetechnology/Carrefour/workflows/CI/badge.svg) [![CI Moose11](https://github.com/moosetechnology/Carrefour/actions/workflows/test-moose11.yml/badge.svg?branch=v4)](https://github.com/moosetechnology/Carrefour/actions/workflows/test-moose11.yml) [![Coverage Status](https://coveralls.io/repos/github/moosetechnology/Carrefour/badge.svg?branch=v4)](https://coveralls.io/github/moosetechnology/Carrefour?branch=v4)