Skip to content

Commit

Permalink
Update workflow for Moodle 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Apr 23, 2022
1 parent d8ce2d5 commit c52e029
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
name: With Moodle 3.11
name: With Moodle 3.11 and Moodle 4.0
runs-on: ubuntu-latest

services:
Expand All @@ -31,8 +31,10 @@ jobs:
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
MYSQL_CHARACTER_SET_SERVER: "utf8mb4"
MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci"
ports:
- 3306:3306
- 3306:3306
options: >-
--health-cmd="mysqladmin ping"
--health-interval 10s
Expand All @@ -48,6 +50,7 @@ jobs:
- '8.0'
moodle-branch:
- 'MOODLE_311_STABLE'
- 'MOODLE_400_STABLE'
database:
- 'pgsql'
- 'mariadb'
Expand Down

0 comments on commit c52e029

Please sign in to comment.