Skip to content

Commit 8ad107b

Browse files
committed
Drop legacy Ruby and Rails
1 parent c58ece9 commit 8ad107b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: ["3.1", "3.2", "3.3"]
17-
rails: ["6.1", "7.0", "7.1", "7.2"]
16+
ruby: ["3.2", "3.3"]
17+
rails: ["7.0", "7.1", "7.2"]
1818
include:
1919
- ruby: "3.3"
2020
rails: "8.0"

0 commit comments

Comments
 (0)