Skip to content

Commit

Permalink
Merge pull request #15 from mebis-lp/MBS-9818-Issues_from_moodle_review
Browse files Browse the repository at this point in the history
MBS-9818: Issues from moodle review
  • Loading branch information
PhMemmel authored Dec 28, 2024
2 parents 1f421d4 + 79d0e93 commit 88f719b
Show file tree
Hide file tree
Showing 80 changed files with 1,166 additions and 367 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:16
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
Expand All @@ -17,7 +17,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3

mariadb:
image: mariadb:10
image: mariadb:10.11
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
Expand All @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.2', '8.3']
moodle-branch: ['main', 'MOODLE_404_STABLE']
moodle-branch: ['main', 'MOODLE_405_STABLE', 'MOODLE_404_STABLE']
database: [pgsql, mariadb]

steps:
Expand Down Expand Up @@ -85,6 +85,7 @@ jobs:
run: moodle-plugin-ci savepoints

- name: Mustache Lint
continue-on-error: true
if: ${{ !cancelled() }}
run: moodle-plugin-ci mustache

Expand Down
2 changes: 1 addition & 1 deletion amd/build/commands.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/configuration.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/controllers/optimize.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88f719b

Please sign in to comment.