We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab3660 commit a9b4679Copy full SHA for a9b4679
.github/workflows/test.yml
@@ -23,6 +23,7 @@ jobs:
23
- ruby: "3.1"
24
- ruby: "3.2"
25
- ruby: "3.3"
26
+ - ruby: "3.4"
27
### TEST RAILS VERSIONS
28
- ruby: "2.6"
29
rails_version: "~> 6.0.0"
@@ -31,11 +32,11 @@ jobs:
31
32
33
rails_version: "~> 7.0.0"
34
db_gem_version: "~> 1.4" # fixes sqlite3 gem dependency issue
- - ruby: "3.3"
35
36
rails_version: "~> 7.1.0"
37
38
rails_version: "~> 7.2.0"
39
40
rails_version: "~> 8.0.0"
41
42
steps:
@@ -58,4 +59,4 @@ jobs:
58
59
bundle install
60
bundle exec rake db:create
61
bundle exec rake db:migrate
- bundle exec rake test
62
+ RUBYOPT='--enable-frozen-string-literal' bundle exec rake test
0 commit comments