Skip to content

Commit 0584eea

Browse files
committed
Update Plugin CI test matrix
1 parent 8e7f529 commit 0584eea

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,19 @@ jobs:
88

99
services:
1010
postgres:
11-
image: postgres:13
11+
image: postgres:14
1212
env:
1313
POSTGRES_USER: 'postgres'
1414
POSTGRES_HOST_AUTH_METHOD: 'trust'
1515
ports:
1616
- 5432:5432
1717
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
1818

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-
3019
strategy:
3120
fail-fast: false
3221
matrix:
3322
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']
3524
database: [pgsql]
3625
include:
3726
# PHP 7.4, solely on Moodle 4.1.
@@ -44,11 +33,18 @@ jobs:
4433
database: pgsql
4534
php: 8.0
4635

36+
# PHP 8.4, with Moodle 5.0.
37+
- moodle-branch: v5.0.0-rc2
38+
database: pgsql
39+
php: 8.4
40+
4741
exclude:
4842
- moodle-branch: MOODLE_401_STABLE
4943
php: 8.2
5044
- moodle-branch: MOODLE_401_STABLE
5145
php: 8.3
46+
- moodle-branch: v5.0.0-rc2
47+
php: 8.1
5248

5349
steps:
5450
- name: Check out repository code

0 commit comments

Comments
 (0)