Skip to content

Commit

Permalink
Remove Ruby 3.0 and 3.1 from CI
Browse files Browse the repository at this point in the history
Rails 7.2 only supports Ruby 3.2+
  • Loading branch information
javierjulio authored Oct 31, 2024
1 parent 403447d commit bacc58d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ on:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
name: Ruby ${{ matrix.ruby }}
Expand All @@ -26,7 +22,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run Tests
run: bundle exec rake
env:
RUBYOPT: "-W:deprecated"
run: |
bundle exec rake

0 comments on commit bacc58d

Please sign in to comment.