Skip to content

Commit f832db4

Browse files
committed
Bump min Ruby version to 3.1
Rails 7.2 isn't compatible with Ruby 3.0, and 3.0 was made EOL several months ago.
1 parent 83d6116 commit f832db4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby-version: ['3.0', '3.3']
11+
ruby-version: ['3.1', '3.3']
1212
gemfile: ['Gemfile', 'Gemfile.rails71']
13-
exclude:
14-
# Rails 7.2 requires Ruby 3.1+
15-
- ruby-version: '3.0'
16-
gemfile: 'Gemfile'
1713

1814
steps:
1915
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)