Skip to content

Commit

Permalink
Remove support for Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gap777 committed Jan 15, 2025
1 parent 018de46 commit 94a1884
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
strategy:
matrix:
ruby:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
- '3.0'
- 3.1
- 3.2
env:
BUNDLE_GEMFILE: Gemfile
name: "RSpec tests: Ruby ${{ matrix.ruby }}"
Expand Down

0 comments on commit 94a1884

Please sign in to comment.