Skip to content

Commit

Permalink
merge with userpreferences branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed Jul 4, 2024
2 parents 2166e9b + bf4f8e4 commit 718499e
Show file tree
Hide file tree
Showing 50 changed files with 2,490 additions and 306 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

strategy:
matrix:
php: ['8.2']
moodle-branch: ['MOODLE_403_STABLE']
php: ['8.3']
moodle-branch: ['MOODLE_404_STABLE']
database: ['pgsql']

steps:
Expand Down Expand Up @@ -125,8 +125,13 @@ jobs:
strategy:
fail-fast: false
matrix:
<<<<<<< HEAD
php: ['8.0', '8.1', '8.2', '8.3']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
=======
php: [ '8.0', '8.1', '8.2', '8.3' ]
moodle-branch: [ 'MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE' ]
>>>>>>> bf4f8e46d38657c979f74641afab4f65d030152c
database: [ 'mariadb', 'pgsql' ]
exclude:
- php: '8.0'
Expand Down
14 changes: 14 additions & 0 deletions amd/build/coursefilter.min.js

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

1 change: 1 addition & 0 deletions amd/build/coursefilter.min.js.map

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

14 changes: 14 additions & 0 deletions amd/build/filtercontroller.min.js

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

1 change: 1 addition & 0 deletions amd/build/filtercontroller.min.js.map

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

14 changes: 14 additions & 0 deletions amd/build/letterfilter.min.js

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

1 change: 1 addition & 0 deletions amd/build/letterfilter.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 718499e

Please sign in to comment.