Skip to content

Commit 372eeb1

Browse files
committed
Add 3.4 ruby version
1 parent dad2c7e commit 372eeb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- 3.1
3333
- 3.2
3434
- 3.3
35+
- 3.4
3536
rails:
3637
- 7.0.4
3738
- 6.1.7
@@ -42,6 +43,12 @@ jobs:
4243
- postgresql://postgres:password@localhost:5432/test
4344
- sqlite3:test_db
4445
exclude:
46+
- ruby: 3.4
47+
rails: 6.0.6
48+
- ruby: 3.4
49+
rails: 5.2.8.1
50+
- ruby: 3.4
51+
rails: 5.1.7
4552
- ruby: 3.3
4653
rails: 6.0.6
4754
- ruby: 3.3

0 commit comments

Comments
 (0)