Skip to content

Commit e235fd4

Browse files
committed
chore(ci): remove incompatible rubies (2.7/3.0) when testing against Rails 7.2
1 parent 1179c7b commit e235fd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
rails: "7.1"
8181
- ruby: "2.6"
8282
rails: "7.2"
83+
- ruby: "2.7"
84+
rails: "7.2"
85+
- ruby: "3.0"
86+
rails: "7.2"
8387
- ruby: "jruby"
8488
rails: "7.2"
8589
name: Rails ${{ matrix.rails }}, Sequel ${{ matrix.sequel }}, Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)