File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
services :
10
10
postgres :
11
- image : postgres:13
11
+ image : postgres:14
12
12
env :
13
13
POSTGRES_USER : ' postgres'
14
14
POSTGRES_HOST_AUTH_METHOD : ' trust'
15
15
ports :
16
16
- 5432:5432
17
17
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
18
18
mariadb :
19
- image : mariadb:10.6.10
19
+ image : mariadb:10.11
20
20
env :
21
21
MYSQL_USER : ' root'
22
22
MYSQL_ALLOW_EMPTY_PASSWORD : " true"
@@ -28,17 +28,17 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - php : ' 8.3 '
32
- moodle-branch : ' MOODLE_404_STABLE '
31
+ - php : ' 8.4 '
32
+ moodle-branch : ' MOODLE_500_STABLE '
33
33
database : pgsql
34
- - php : ' 8.3 '
35
- moodle-branch : ' MOODLE_404_STABLE '
34
+ - php : ' 8.4 '
35
+ moodle-branch : ' MOODLE_500_STABLE '
36
36
database : mariadb
37
- - php : ' 8.1 '
38
- moodle-branch : ' MOODLE_404_STABLE '
37
+ - php : ' 8.2 '
38
+ moodle-branch : ' MOODLE_500_STABLE '
39
39
database : pgsql
40
- - php : ' 8.1 '
41
- moodle-branch : ' MOODLE_404_STABLE '
40
+ - php : ' 8.2 '
41
+ moodle-branch : ' MOODLE_500_STABLE '
42
42
database : mariadb
43
43
44
44
steps :
56
56
57
57
- name : Initialise moodle-plugin-ci
58
58
run : |
59
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
59
+ composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
60
60
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
61
61
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
62
62
sudo locale-gen en_AU.UTF-8
You can’t perform that action at this time.
0 commit comments