Skip to content

Commit 6ceac38

Browse files
mamhoffstas
authored andcommitted
CI Matrix: Drop Rails 6, Ruby 2.7
Test Ruby 3.3 and Rails 6.1 instead
1 parent 796a362 commit 6ceac38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ruby: [2.7, '3.0', '3.1', 3.2]
12-
rails: [6, '7.0', '7.1']
11+
ruby: ['3.0', '3.1', '3.2', '3.3']
12+
rails: ['6.1', '7.0', '7.1']
1313
exclude:
1414
- ruby: 3.2
1515
rails: 6

0 commit comments

Comments
 (0)