File tree Expand file tree Collapse file tree 1 file changed +13
-19
lines changed Expand file tree Collapse file tree 1 file changed +13
-19
lines changed Original file line number Diff line number Diff line change 8
8
9
9
strategy :
10
10
matrix :
11
- php : ['8.1 ']
12
- moodle-branch : ['MOODLE_402_STABLE ']
11
+ php : ['8.2 ']
12
+ moodle-branch : ['MOODLE_403_STABLE ']
13
13
database : ['pgsql']
14
14
15
15
steps :
@@ -110,27 +110,21 @@ jobs:
110
110
strategy :
111
111
fail-fast : false
112
112
matrix :
113
- php : ['8.0', ' 8.1']
114
- moodle-branch : ['MOODLE_401_STABLE', 'MOODLE_402_STABLE']
113
+ php : [8.1']
114
+ moodle-branch : ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE' ]
115
115
database : ['mariadb', 'pgsql']
116
116
include :
117
- - php : ' 7.4 '
118
- moodle-branch : ' MOODLE_39_STABLE '
117
+ - php : ' 8.2 '
118
+ moodle-branch : ' MOODLE_402_STABLE '
119
119
database : ' mariadb'
120
- - php : ' 7.4 '
121
- moodle-branch : ' MOODLE_39_STABLE '
120
+ - php : ' 8.2 '
121
+ moodle-branch : ' MOODLE_402_STABLE '
122
122
database : ' pgsql'
123
- - php : ' 8.0 '
124
- moodle-branch : ' MOODLE_311_STABLE '
123
+ - php : ' 8.2 '
124
+ moodle-branch : ' MOODLE_403_STABLE '
125
125
database : ' mariadb'
126
- - php : ' 8.0'
127
- moodle-branch : ' MOODLE_311_STABLE'
128
- database : ' pgsql'
129
- - php : ' 8.0'
130
- moodle-branch : ' MOODLE_400_STABLE'
131
- database : ' mariadb'
132
- - php : ' 8.0'
133
- moodle-branch : ' MOODLE_400_STABLE'
126
+ - php : ' 8.2'
127
+ moodle-branch : ' MOODLE_403_STABLE'
134
128
database : ' pgsql'
135
129
136
130
steps :
@@ -193,4 +187,4 @@ jobs:
193
187
194
188
- name : Behat features
195
189
if : ${{ always() }}
196
- run : moodle-plugin-ci behat --auto-rerun 0
190
+ run : moodle-plugin-ci behat --auto-rerun 0
You can’t perform that action at this time.
0 commit comments