Skip to content

Remove Supporters section from README #277

Remove Supporters section from README

Remove Supporters section from README #277

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
permissions:
contents: read
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
rocket-chat-version: [ '8.0.5', '8.1.5', '8.2.5', '8.3.5', '8.4.3', '8.5.0']
steps:
- name: Checkout
uses: actions/checkout@v7.0.0
- name: Test
uses: ./.github/actions/test_rocketchat
with:
python-version: ${{ matrix.python-version }}
rocket-chat-version: ${{ matrix.rocket-chat-version }}
rocket-chat-license: ${{ secrets.ROCKETCHAT_LICENSE }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}