patch 8.2.4353: CI does not use the latest Lua and Python

Problem:    CI does not use the latest Lua and Python.
Solution:   Use Lua 5.4.2 and Python 3.10. (closes #9744)
diff --git a/src/version.c b/src/version.c
index 7c72e8f..8919e59 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4353,
+/**/
     4352,
 /**/
     4351,