Skip to content

Commit

Permalink
Merge pull request #267 from jadolg/add-v7-ci
Browse files Browse the repository at this point in the history
Add v7 to CI tests
  • Loading branch information
jadolg authored Nov 18, 2024
2 parents 9556395 + 58783ac commit 9cb40c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
rocket-chat-version: [ '6.7.9', '6.8.7','6.9.7','6.10.6','6.11.3','6.12.1', '6.13.0', 'latest' ]
rocket-chat-version: [ '6.8.7','6.9.7','6.10.6','6.11.3','6.12.2', '6.13.0', '7.0.0', 'latest' ]
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: '2'
services:
rocketchat:
image: rocketchat/rocket.chat:${ROCKET_CHAT_VERSION:-latest}
command: bash -c 'for i in `seq 1 30`; do node main.js && s=$$? && break || s=$$?; echo "Tried $$i times. Waiting 5 secs..."; sleep 5; done; (exit $$s)'
restart: unless-stopped
volumes:
- ./uploads:/app/uploads
Expand Down

0 comments on commit 9cb40c8

Please sign in to comment.