File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name : Moodle Plugin CI
2- # Based on version gha.dist.yml version 4.5.7
2+ # Based on version gha.dist.yml version 4.5.8
33
44on :
55 push :
1515
1616 services :
1717 postgres :
18- image : postgres:14
18+ image : postgres:15
1919 env :
2020 POSTGRES_USER : ' postgres'
2121 POSTGRES_HOST_AUTH_METHOD : ' trust'
3838 fail-fast : false
3939 matrix :
4040 php : ['8.2']
41- moodle-branch : ['MOODLE_404_STABLE ', 'MOODLE_405_STABLE ', 'MOODLE_500_STABLE ']
41+ moodle-branch : ['MOODLE_405_STABLE ', 'MOODLE_500_STABLE ', 'MOODLE_501_STABLE ']
4242 database : [pgsql, mariadb]
4343
4444 steps :
@@ -114,6 +114,7 @@ jobs:
114114 run : moodle-plugin-ci phpunit --fail-on-warning
115115
116116 - name : Behat features
117+ id : behat
117118 if : ${{ !cancelled() }}
118119 run : moodle-plugin-ci behat --profile chrome --scss-deprecations
119120
You can’t perform that action at this time.
0 commit comments