Skip to content

Commit 93d64db

Browse files
feat(php_version): specify PHP version for Moodle 4.4
1 parent b7d085e commit 93d64db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/lookup/php_version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- The Moodle version for which to retrieve the PHP version.
3737
type: str
3838
required: true
39-
choices: ['3.9', '3.10', '3.11', '4.0', '4.1', '4.2', '4.3']
39+
choices: ['3.9', '3.10', '3.11', '4.0', '4.1', '4.2', '4.3', '4.4']
4040
"""
4141

4242
EXAMPLES = """
@@ -67,6 +67,7 @@ def run(self, terms, variables=None, **kwargs):
6767
"4.1": ["8.1"],
6868
"4.2": ["8.2"],
6969
"4.3": ["8.2"],
70+
"4.4": ["8.3"],
7071
}
7172

7273
self.set_options(var_options=variables, direct=kwargs)

0 commit comments

Comments
 (0)