Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby:
# EOL: 2025-03-26
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- head
- jruby
- jruby-head
Expand All @@ -25,7 +27,7 @@ jobs:
- run: bundle exec rake
# NOTE: calling "bundle install" because the cache apparently did not update due to the gemspec injection
- run: bundle install && bundle exec standardrb
if: matrix.ruby == '3.3' # not using "head" because rubocop won't work there yet
if: matrix.ruby == '3.4' # not using "head" because rubocop won't work there yet
# What's below helps having a single "status check" for mergeability, without
# having to add each new version to the list of expected status checks in GitHub.
# See https://github.community/t/status-check-for-a-matrix-jobs/127354/7
Expand Down
Loading