Skip to content
Snippets Groups Projects
Commit c5b53b9c authored by Alexander Bias's avatar Alexander Bias
Browse files

Updated Moodle Plugin CI to latest upstream recommendations

parent a0f47b03
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,13 @@ jobs: ...@@ -16,10 +16,13 @@ jobs:
- 5432:5432 - 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3 options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
mariadb: mariadb:
image: mariadb:10.5 image: mariadb:10
env: env:
MYSQL_USER: 'root' MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true" MYSQL_ALLOW_EMPTY_PASSWORD: "true"
MYSQL_CHARACTER_SET_SERVER: "utf8mb4"
MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci"
ports: ports:
- 3306:3306 - 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 3 options: --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 3
...@@ -101,7 +104,7 @@ jobs: ...@@ -101,7 +104,7 @@ jobs:
- name: PHPUnit tests - name: PHPUnit tests
if: ${{ always() }} if: ${{ always() }}
run: moodle-plugin-ci phpunit run: moodle-plugin-ci phpunit --fail-on-warning
- name: Behat features - name: Behat features
if: ${{ always() }} if: ${{ always() }}
......
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2022-06-26 - Updated Moodle Plugin CI to latest upstream recommendations
* 2022-06-26 - Add UPGRADE.md as internal upgrade documentation * 2022-06-26 - Add UPGRADE.md as internal upgrade documentation
* 2022-06-26 - Update maintainers and copyrights in README.md. * 2022-06-26 - Update maintainers and copyrights in README.md.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment