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