We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a88e9 commit c334fe8Copy full SHA for c334fe8
1 file changed
.github/workflows/ci.yml
@@ -21,25 +21,12 @@ jobs:
21
bundler-cache: true
22
23
- run: bundle exec rake rubocop
24
- if: ${{ matrix.ruby == '3.4' }}
+ if: ${{ matrix.ruby == '3.4' || matrix.ruby == '4.0' }}
25
26
- run: bundle exec srb tc
27
28
29
- run: bundle exec rspec ./spec --require spec_helper
30
env:
31
STREAM_KEY: ${{ secrets.STREAM_CHAT_API_KEY }}
32
STREAM_SECRET: ${{ secrets.STREAM_CHAT_API_SECRET }}
33
-
34
- audit:
35
- runs-on: ubuntu-latest
36
- name: 🔒 Bundle Audit
37
- steps:
38
- - uses: actions/checkout@v4
39
40
- - uses: ruby/setup-ruby@v1
41
- with:
42
- ruby-version: "3.4"
43
- bundler-cache: true
44
45
- - run: bundle exec bundle-audit check --update
0 commit comments