File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
services :
10
10
postgres :
11
- image : postgres:14
11
+ image : postgres:13
12
12
env :
13
13
POSTGRES_USER : ' postgres'
14
14
POSTGRES_HOST_AUTH_METHOD : ' trust'
30
30
strategy :
31
31
fail-fast : false
32
32
matrix :
33
- php : ['7.4', '8.0 ', '8.1 ']
34
- moodle-branch : ['MOODLE_401_STABLE']
33
+ php : ['8.1 ', '8.3 ']
34
+ moodle-branch : ['MOODLE_401_STABLE', 'MOODLE_404_STABLE' ]
35
35
database : [pgsql, mariadb]
36
36
37
37
steps :
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Behat features
107
107
id : behat
108
108
if : ${{ !cancelled() }}
109
- run : moodle-plugin-ci behat --profile chrome --scss-deprecations
109
+ run : moodle-plugin-ci behat --profile chrome
110
110
111
111
- name : Upload Behat Faildump
112
112
if : ${{ failure() && steps.behat.outcome == 'failure' }}
You can’t perform that action at this time.
0 commit comments