From 7b3fc9db496f16d381cc5563f46168085f17c0ad Mon Sep 17 00:00:00 2001
From: Gerald Byrket <gerald@gbsw.net>
Date: Mon, 4 Apr 2022 11:42:41 -0400
Subject: [PATCH] Added matlab version 2022a

---
 form.yml.erb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/form.yml.erb b/form.yml.erb
index 8a49ec2..5a09411 100644
--- a/form.yml.erb
+++ b/form.yml.erb
@@ -115,6 +115,9 @@ attributes:
     label: "MATLAB version"
     help: "This defines the version of MATLAB you want to load."
     options:
+      - [ 
+          "R2022a", "matlab/r2022a",           
+        ]    
       - [ 
           "R2020a", "matlab/r2020a",           
         ]    
-- 
GitLab