Skip to content

Commit 143db02

Browse files
committed
Update ruby and rails matrix to supported versions
1 parent ed212a2 commit 143db02

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,21 @@ jobs:
5959
# To keep matrix size down, only test highest and lowest rubies. In
6060
# `.rubocop.yml`, set `TargetRubyVersion`, to the lowest ruby version
6161
# tested here.
62-
ruby: ["2.6", "3.3"]
63-
rails: ["5.2", "6.0", "6.1", "7.0", "7.1", "7.2", "8.0"]
62+
ruby: ["3.1", "3.2", "3.3", "3.4"]
63+
rails: ["7.0", "7.1", "7.2", "8.0"]
6464
exclude:
6565
# rails 7 requires ruby >= 2.7.0
66-
- ruby: "2.6"
67-
rails: "7.0"
68-
- ruby: "2.6"
69-
rails: "7.1"
70-
- ruby: "2.6"
71-
rails: "7.2"
72-
- ruby: "2.6"
73-
rails: "8.0"
74-
- ruby: "3.3"
75-
rails: "5.2"
66+
- rails: "7.0"
67+
ruby: "3.1"
68+
- rails: "7.0"
69+
ruby: "3.2"
70+
- rails: "7.0"
71+
ruby: "3.3"
72+
- rails: "7.0"
73+
ruby: "3.4"
74+
- rails: "8.0"
75+
ruby: "3.1"
76+
7677
steps:
7778
- name: Checkout source
7879
uses: actions/checkout@v4

0 commit comments

Comments
 (0)