Skip to content

Commit ed73f4a

Browse files
committed
Remove Ruby 2.x from testing matrix.
1 parent a87a431 commit ed73f4a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby: [2.7.5, 3.0.6, 3.1.4, 3.2.2]
18+
ruby: [3.0.6, 3.1.4, 3.2.2]
1919
rails: [6.1.7, 7.0.4, 7.1.3, 7.2.1, 8.0.2]
2020
exclude:
21-
- ruby: 2.7.5
22-
rails: 7.1.3
23-
- ruby: 2.7.5
24-
rails: 7.2.1
2521
- ruby: 3.0.6
2622
rails: 7.1.3
2723
- ruby: 3.0.6

0 commit comments

Comments
 (0)