Skip to content

Commit

Permalink
CI against Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi authored and marcelolx committed Feb 13, 2024
1 parent 6f1a07a commit f426715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
matrix:
redis-version: ["~> 4.2", "~> 5"]
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
sidekiq-version: ['~> 6', '~> 7']
services:
redis:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
Expand Down

0 comments on commit f426715

Please sign in to comment.