Skip to content

Commit 67ad452

Browse files
committed
Remove 2.5 from examples also
1 parent 0c54cd1 commit 67ad452

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/examples.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ jobs:
1616
--health-retries 5
1717
strategy:
1818
matrix:
19-
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1']
19+
ruby: ['2.6', '2.7', '3.0', '3.1']
2020
rails: ['5.2', '6.0.0', '6.1.0', '7.0.0']
2121
exclude:
22-
- ruby: "2.5"
23-
rails: "7.0.0"
2422
- ruby: "2.6"
2523
rails: "7.0.0"
2624
- ruby: "3.0"

0 commit comments

Comments
 (0)