Skip to content

Commit

Permalink
Merge pull request #12 from nicolastemciuc/nt--test-against-ruby-33
Browse files Browse the repository at this point in the history
Test against `Ruby 3.3`
  • Loading branch information
santiagorodriguez96 authored Dec 16, 2024
2 parents 3ba32e2 + 10f5fe9 commit 4095d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 3.3
- 3.2
- 3.1
- '3.0'
Expand Down Expand Up @@ -49,6 +50,6 @@ jobs:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
if: ${{ matrix.ruby == '3.2' }}
if: ${{ matrix.ruby-version == '3.3' }}
- name: Run tests
run: bundle exec rspec

0 comments on commit 4095d77

Please # to comment.