Skip to content

Commit

Permalink
Check against Moodle 3.4 WIP 3
Browse files Browse the repository at this point in the history
  • Loading branch information
james-cnz committed Oct 3, 2023
1 parent 4e85a9d commit 39ca339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
#MYSQL_CHARACTER_SET_SERVER: "utf8mb4"
#MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci"
#innodb_file_per_table: "ON"
#innodb_file_format: "Barracuda"
MYSQL_CHARACTER_SET_SERVER: "utf8mb4"
MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci"
innodb_file_per_table: "ON"
innodb_file_format: "Barracuda"

ports:
- 3306:3306
Expand Down

0 comments on commit 39ca339

Please sign in to comment.