Skip to content

Commit

Permalink
Merge pull request #219 from spk/add-ruby-3.3
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to available languages
  • Loading branch information
akalipetis authored May 7, 2024
2 parents 0473af6 + 2410784 commit 25cd4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/question/models/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var (
NodeJS: {"20", "18", "16"},
PHP: {"8.2", "8.1", "8.0"},
Python: {"3.11", "3.10", "3.9", "3.8", "3.7"},
Ruby: {"3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4", "2.3"},
Ruby: {"3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4", "2.3"},
Rust: {"1"},
}

Expand Down

0 comments on commit 25cd4f6

Please sign in to comment.