File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
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
19
- mariadb :
20
- image : mariadb:10.6
21
- env :
22
- MYSQL_USER : ' root'
23
- MYSQL_ALLOW_EMPTY_PASSWORD : ' true'
24
- MYSQL_CHARACTER_SET_SERVER : ' utf8mb4'
25
- MYSQL_COLLATION_SERVER : ' utf8mb4_unicode_ci'
26
- ports :
27
- - 3306:3306
28
- options : --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 3
29
-
30
19
strategy :
31
20
fail-fast : false
32
21
matrix :
33
22
php : ['8.1', '8.2', '8.3']
34
- moodle-branch : ['MOODLE_401_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE']
23
+ moodle-branch : ['MOODLE_401_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'v5.0.0-rc2' ]
35
24
database : [pgsql]
36
25
include :
37
26
# PHP 7.4, solely on Moodle 4.1.
@@ -44,11 +33,18 @@ jobs:
44
33
database : pgsql
45
34
php : 8.0
46
35
36
+ # PHP 8.4, with Moodle 5.0.
37
+ - moodle-branch : v5.0.0-rc2
38
+ database : pgsql
39
+ php : 8.4
40
+
47
41
exclude :
48
42
- moodle-branch : MOODLE_401_STABLE
49
43
php : 8.2
50
44
- moodle-branch : MOODLE_401_STABLE
51
45
php : 8.3
46
+ - moodle-branch : v5.0.0-rc2
47
+ php : 8.1
52
48
53
49
steps :
54
50
- name : Check out repository code
You can’t perform that action at this time.
0 commit comments