Skip to content

Commit 02eab37

Browse files
committed
Fixes #38115 - Drop Ruby 2.7 and NodeJS 14 support
We no longer have deployment targets with these versions and it's holding back use of the latest libraries.
1 parent bc2dbbf commit 02eab37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/matrix.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"postgresql": ["13"],
3-
"ruby": ["2.7", "3.0"],
4-
"node": ["14", "18"]
3+
"ruby": ["3.0"],
4+
"node": ["18"]
55
}

0 commit comments

Comments
 (0)