Skip to content

Commit 2cdc66c

Browse files
committed
Updated GHA for Moodle 5.0
1 parent a1dc566 commit 2cdc66c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ 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
mariadb:
19-
image: mariadb:10.6.10
19+
image: mariadb:10.11
2020
env:
2121
MYSQL_USER: 'root'
2222
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
@@ -28,17 +28,17 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- php: '8.3'
32-
moodle-branch: 'MOODLE_404_STABLE'
31+
- php: '8.4'
32+
moodle-branch: 'MOODLE_500_STABLE'
3333
database: pgsql
34-
- php: '8.3'
35-
moodle-branch: 'MOODLE_404_STABLE'
34+
- php: '8.4'
35+
moodle-branch: 'MOODLE_500_STABLE'
3636
database: mariadb
37-
- php: '8.1'
38-
moodle-branch: 'MOODLE_404_STABLE'
37+
- php: '8.2'
38+
moodle-branch: 'MOODLE_500_STABLE'
3939
database: pgsql
40-
- php: '8.1'
41-
moodle-branch: 'MOODLE_404_STABLE'
40+
- php: '8.2'
41+
moodle-branch: 'MOODLE_500_STABLE'
4242
database: mariadb
4343

4444
steps:
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Initialise moodle-plugin-ci
5858
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
6060
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
6161
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
6262
sudo locale-gen en_AU.UTF-8

0 commit comments

Comments
 (0)