File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 88
99 services :
1010 postgres :
11- image : postgres:14
11+ image : postgres:16
1212 env :
1313 POSTGRES_USER : ' postgres'
1414 POSTGRES_HOST_AUTH_METHOD : ' trust'
@@ -31,23 +31,23 @@ jobs:
3131 fail-fast : false
3232 matrix :
3333 include :
34- - php : ' 8.2 '
34+ - php : ' 8.3 '
3535 moodle-branch : ' main'
3636 database : ' mariadb'
37- - php : ' 8.2 '
37+ - php : ' 8.3 '
3838 moodle-branch : ' main'
3939 database : ' pgsql'
40- - php : ' 8.1 '
41- moodle-branch : ' MOODLE_405_STABLE '
42- database : ' mariadb '
43- - php : ' 8.1 '
44- moodle-branch : ' MOODLE_404_STABLE '
40+ - php : ' 8.3 '
41+ moodle-branch : ' MOODLE_501_STABLE '
42+ database : ' pgsql '
43+ - php : ' 8.2 '
44+ moodle-branch : ' MOODLE_501_STABLE '
4545 database : ' mariadb'
46+ - php : ' 8.2'
47+ moodle-branch : ' MOODLE_405_STABLE'
48+ database : ' pgsql'
4649 - php : ' 8.1'
47- moodle-branch : ' MOODLE_403_STABLE'
48- database : ' mariadb'
49- - php : ' 8.0'
50- moodle-branch : ' MOODLE_401_STABLE'
50+ moodle-branch : ' MOODLE_405_STABLE'
5151 database : ' mariadb'
5252
5353 steps :
You can’t perform that action at this time.
0 commit comments