77 strategy :
88 matrix :
99 python : [2.7, 3.6]
10- modules_tool : [Lmod-7.8.22, Lmod-8.2.9 , modules-tcl-1.147, modules-3.2.10, modules-4.1.4]
10+ modules_tool : [Lmod-7.8.22, Lmod-8.4.27 , modules-tcl-1.147, modules-3.2.10, modules-4.1.4]
1111 module_syntax : [Lua, Tcl]
1212 lc_all : [""]
1313 # don't test with Lua module syntax (only supported in Lmod)
@@ -19,35 +19,35 @@ jobs:
1919 - modules_tool : modules-4.1.4
2020 module_syntax : Lua
2121 include :
22- # Test different python versions with latest Lmod
22+ # Test different Python versions with Lmod 8.x (with both Lua and Tcl module syntax)
2323 - python : 3.5
24- modules_tool : Lmod-8.2.9
24+ modules_tool : Lmod-8.4.27
2525 module_syntax : Lua
2626 - python : 3.5
27- modules_tool : Lmod-8.2.9
27+ modules_tool : Lmod-8.4.27
2828 module_syntax : Tcl
2929 - python : 3.7
30- modules_tool : Lmod-8.2.9
30+ modules_tool : Lmod-8.4.27
3131 module_syntax : Lua
3232 - python : 3.7
33- modules_tool : Lmod-8.2.9
33+ modules_tool : Lmod-8.4.27
3434 module_syntax : Tcl
3535 - python : 3.8
36- modules_tool : Lmod-8.2.9
36+ modules_tool : Lmod-8.4.27
3737 module_syntax : Lua
3838 - python : 3.8
39- modules_tool : Lmod-8.2.9
39+ modules_tool : Lmod-8.4.27
4040 module_syntax : Tcl
4141 - python : 3.9
42- modules_tool : Lmod-8.2.9
42+ modules_tool : Lmod-8.4.27
4343 module_syntax : Lua
4444 - python : 3.9
45- modules_tool : Lmod-8.2.9
45+ modules_tool : Lmod-8.4.27
4646 module_syntax : Tcl
47- # There may be encoding errors in Python 3 which are hidden when an UTF-8 encoding is set
48- # Hence run the tests (again) with LC_ALL=C and Python 3.6 (or any < 3.7)
47+ # There may be encoding errors in Python 3 which are hidden when an UTF-8 encoding is set
48+ # Hence run the tests (again) with LC_ALL=C and Python 3.6 (or any < 3.7)
4949 - python : 3.6
50- modules_tool : Lmod-8.2.9
50+ modules_tool : Lmod-8.4.27
5151 module_syntax : Lua
5252 lc_all : C
5353 fail-fast : false
0 commit comments