Skip to content

Commit

Permalink
add a JSON representation of supported ecosystems
Browse files Browse the repository at this point in the history
this can be used by CI systems to dynamically generate a matrix of
tested combinations
  • Loading branch information
evgeni committed Oct 17, 2023
1 parent d329c93 commit dc050a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"ruby": ["2.7"],
"node": ["12"]
}

0 comments on commit dc050a0

Please sign in to comment.