Skip to content

Commit

Permalink
Fixes #38115 - Drop Ruby 2.7 and NodeJS 14 support
Browse files Browse the repository at this point in the history
We no longer have deployment targets with these versions and it's
holding back use of the latest libraries.
  • Loading branch information
ekohl committed Dec 19, 2024
1 parent bc2dbbf commit 02eab37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/matrix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"postgresql": ["13"],
"ruby": ["2.7", "3.0"],
"node": ["14", "18"]
"ruby": ["3.0"],
"node": ["18"]
}

0 comments on commit 02eab37

Please sign in to comment.