Skip to content

Commit e7391b0

Browse files
authored
remove rails-edge for now
1 parent be6eaab commit e7391b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rails: ["edge", "~> 7.2.0", "~> 7.1.0", "~> 7.0.0", "~> 6.1.0"]
18+
rails: ["~> 7.2.0", "~> 7.1.0", "~> 7.0.0", "~> 6.1.0"]
1919
ruby: ["3.3","3.2", "3.1", "3.0", "2.7"]
2020
exclude:
2121
- rails: "~> 7.2.0"

0 commit comments

Comments
 (0)