Commit af1d17d 1 parent ab1e8e7 commit af1d17d Copy full SHA for af1d17d
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,18 @@ jobs:
24
24
- ruby : " 3.1"
25
25
- ruby : " 3.2"
26
26
- ruby : " 3.3"
27
+ - ruby : " 3.4"
27
28
# ## TEST RAILS VERSIONS
28
29
- ruby : " 2.6"
29
30
rails_version : " ~> 6.1.0"
30
31
- ruby : " 3.3"
31
32
rails_version : " ~> 7.0.0"
32
33
db_gem_version : " ~> 1.4" # fixes sqlite3 gem dependency issue
33
- - ruby : " 3.3 "
34
+ - ruby : " 3.4 "
34
35
rails_version : " ~> 7.1.0"
35
- - ruby : " 3.3 "
36
+ - ruby : " 3.4 "
36
37
rails_version : " ~> 7.2.0"
37
- - ruby : " 3.3 "
38
+ - ruby : " 3.4 "
38
39
rails_version : " ~> 8.0.0"
39
40
# ## DB TESTING TESTING
40
41
- ruby : 3.3
@@ -104,4 +105,4 @@ jobs:
104
105
- name : Run test
105
106
run : |
106
107
bundle install
107
- bundle exec rake test
108
+ RUBYOPT='--enable-frozen-string-literal' bundle exec rake test
You can’t perform that action at this time.
0 commit comments