Skip to content

Commit 850a12f

Browse files
committed
Exclude 3.4 Ruby version for 7.0 or lower Rails version
1 parent 4f1dcc6 commit 850a12f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
- postgresql://postgres:password@localhost:5432/test
4444
- sqlite3:test_db
4545
exclude:
46+
- ruby: 3.4
47+
rails: 7.0.4
48+
- ruby: 3.4
49+
rails: 6.1.7
4650
- ruby: 3.4
4751
rails: 6.0.6
4852
- ruby: 3.4

0 commit comments

Comments
 (0)