Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar authored Jun 13, 2024
1 parent fdad3b3 commit 7d524ab
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ jobs:
matrix:
os: [ubuntu-latest]
ruby:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- head
- jruby
- jruby-head
Expand All @@ -28,7 +25,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.1' # not using "head" because rubocop won't work there yet
if: matrix.ruby == '3.3' # 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

0 comments on commit 7d524ab

Please sign in to comment.