Skip to content

Commit

Permalink
fixup! Make Ruby 3.0 min for CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Dec 18, 2024
1 parent 0aaa49b commit ff54bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- "3.2"
- "3.3"
- "head"
- "jruby-9.3"
- "jruby-9.4"
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down

0 comments on commit ff54bed

Please sign in to comment.