Skip to content

Commit

Permalink
Merge pull request #29 from bdecentgmbh/dev_automation
Browse files Browse the repository at this point in the history
Merge to main for 2.0 release
  • Loading branch information
stefanscholz authored Jan 8, 2024
2 parents 03f06b8 + bab9b37 commit bdc6fdc
Show file tree
Hide file tree
Showing 98 changed files with 12,561 additions and 53 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,22 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0']
moodle-branch: ['MOODLE_401_STABLE']
database: [pgsql, mariadb]
include:
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_401_STABLE'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_400_STABLE'
database: 'mariadb'

steps:
- name: Check out repository code
Expand All @@ -57,6 +70,7 @@ jobs:
- name: Install moodle-plugin-ci
run: |
moodle-plugin-ci add-plugin --clone https://github.com/catalyst/moodle-mod_facetoface.git --branch MOODLE_400_STABLE
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
env:
DB: ${{ matrix.database }}
Expand Down
12 changes: 12 additions & 0 deletions actions/notification/amd/build/chaptersource.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 actions/notification/amd/build/chaptersource.min.js.map

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

3 changes: 3 additions & 0 deletions actions/notification/amd/build/notification.min.js

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

Loading

0 comments on commit bdc6fdc

Please sign in to comment.