Skip to content

Commit af1d17d

Browse files
committed
Add Ruby 3.4 to CI
1 parent ab1e8e7 commit af1d17d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ jobs:
2424
- ruby: "3.1"
2525
- ruby: "3.2"
2626
- ruby: "3.3"
27+
- ruby: "3.4"
2728
### TEST RAILS VERSIONS
2829
- ruby: "2.6"
2930
rails_version: "~> 6.1.0"
3031
- ruby: "3.3"
3132
rails_version: "~> 7.0.0"
3233
db_gem_version: "~> 1.4" # fixes sqlite3 gem dependency issue
33-
- ruby: "3.3"
34+
- ruby: "3.4"
3435
rails_version: "~> 7.1.0"
35-
- ruby: "3.3"
36+
- ruby: "3.4"
3637
rails_version: "~> 7.2.0"
37-
- ruby: "3.3"
38+
- ruby: "3.4"
3839
rails_version: "~> 8.0.0"
3940
### DB TESTING TESTING
4041
- ruby: 3.3
@@ -104,4 +105,4 @@ jobs:
104105
- name: Run test
105106
run: |
106107
bundle install
107-
bundle exec rake test
108+
RUBYOPT='--enable-frozen-string-literal' bundle exec rake test

0 commit comments

Comments
 (0)