Skip to content

Commit ee361a0

Browse files
committed
Bump minimum Ruby version to 3.2
Test against Ruby 3.4
1 parent 275e903 commit ee361a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby-version: ["3.1", "3.2", "3.3"]
16+
ruby-version: ["3.2", "3.3", "3.4"]
1717
cldr-version: [41]
1818

1919
steps:

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inherit_gem:
55
rubocop-shopify: rubocop.yml
66

77
AllCops:
8-
TargetRubyVersion: 3.1
8+
TargetRubyVersion: 3.2
99
UseCache: true
1010
CacheRootDirectory: tmp/rubocop
1111
NewCops: enable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are still a number of issues that need to be addressed before it can be co
1616

1717
## Requirements
1818

19-
* Ruby 3.1+
19+
* Ruby 3.2+
2020
* [Thor](http://whatisthor.com/)
2121

2222
## Installation

0 commit comments

Comments
 (0)