Skip to content

Commit 440065c

Browse files
LisaHadermakmic
authored andcommitted
[W-421] [rails_state_machine] Ruby 4 Support
1 parent 8638dd3 commit 440065c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ jobs:
6666
- ruby: 3.4.1
6767
gemfile: Gemfile.8.0.pg
6868
bundler: 2.5.23
69+
70+
- ruby: 4.0.2
71+
gemfile: Gemfile.6.1.pg
72+
bundler: 2.5.23
73+
- ruby: 4.0.2
74+
gemfile: Gemfile.7.0.pg
75+
bundler: 2.5.23
76+
- ruby: 4.0.2
77+
gemfile: Gemfile.8.0.pg
78+
bundler: 2.5.23
6979
env:
7080
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
7181
steps:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
4.0.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ We recommend to test large changes against multiple versions of Ruby and multipl
191191
- Run tests using `rake matrix:spec`
192192

193193
```sh
194-
for version in "2.5.6" "2.6.6" "2.7.2" "3.2.0" "3.4.1"; do rbenv shell $version && bundle install && bundle exec rake matrix:install && bundle exec rake matrix:spec; done
194+
for version in "2.5.6" "2.6.6" "2.7.2" "3.2.0" "3.4.1" "4.0.2"; do rbenv shell $version && bundle install && bundle exec rake matrix:install && bundle exec rake matrix:spec; done
195195
```
196196

197197
You can also run `bin/console` for an interactive prompt that will allow you to experiment.

0 commit comments

Comments
 (0)