@@ -30,32 +30,25 @@ jobs:
30
30
strategy :
31
31
fail-fast : false
32
32
matrix :
33
- php : ['7.4', '8.0', ' 8.1', '8.2', '8.3']
34
- moodle-branch : ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', ' MOODLE_404_STABLE', 'MOODLE_405_STABLE']
33
+ php : ['8.1', '8.2', '8.3']
34
+ moodle-branch : ['MOODLE_401_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE']
35
35
database : [pgsql]
36
+ include :
37
+ # PHP 7.4, solely on Moodle 4.1.
38
+ - moodle-branch : MOODLE_401_STABLE
39
+ database : pgsql
40
+ php : 7.4
41
+
42
+ # PHP 8.0, with Moodle 4.1.
43
+ - moodle-branch : MOODLE_401_STABLE
44
+ database : pgsql
45
+ php : 8.0
46
+
36
47
exclude :
37
48
- moodle-branch : MOODLE_401_STABLE
38
49
php : 8.2
39
50
- moodle-branch : MOODLE_401_STABLE
40
51
php : 8.3
41
- - moodle-branch : MOODLE_402_STABLE
42
- php : 7.4
43
- - moodle-branch : MOODLE_402_STABLE
44
- php : 8.3
45
- - moodle-branch : MOODLE_403_STABLE
46
- php : 7.4
47
- - moodle-branch : MOODLE_403_STABLE
48
- php : 8.0
49
- - moodle-branch : MOODLE_403_STABLE
50
- php : 8.3
51
- - moodle-branch : MOODLE_404_STABLE
52
- php : 7.4
53
- - moodle-branch : MOODLE_404_STABLE
54
- php : 8.0
55
- - moodle-branch : MOODLE_405_STABLE
56
- php : 7.4
57
- - moodle-branch : MOODLE_405_STABLE
58
- php : 8.0
59
52
60
53
steps :
61
54
- name : Check out repository code
0 commit comments