From 2410784266a5dbf93b08d30fed2066274929c0e5 Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Mon, 11 Mar 2024 17:00:25 +0100 Subject: [PATCH] Add Ruby 3.3 to available languages (cherry picked from commit 90cb836bb7ca0ea2a135784f3ee7cdd037e5b987) --- internal/question/models/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/question/models/version.go b/internal/question/models/version.go index bd3daf5..8c70f4c 100644 --- a/internal/question/models/version.go +++ b/internal/question/models/version.go @@ -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"}, }