Skip to content

Commit

Permalink
Bump min Ruby version to 3.1
Browse files Browse the repository at this point in the history
Rails 7.2 isn't compatible with Ruby 3.0, and 3.0 was made EOL several
months ago.
  • Loading branch information
rosston committed Sep 21, 2024
1 parent 83d6116 commit f832db4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ jobs:

strategy:
matrix:
ruby-version: ['3.0', '3.3']
ruby-version: ['3.1', '3.3']
gemfile: ['Gemfile', 'Gemfile.rails71']
exclude:
# Rails 7.2 requires Ruby 3.1+
- ruby-version: '3.0'
gemfile: 'Gemfile'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f832db4

Please sign in to comment.