Skip to content

Commit

Permalink
Merge pull request #207 from praxisdigital/MOODLE_42_STABLE
Browse files Browse the repository at this point in the history
New version of sharing cart
  • Loading branch information
frederikmillingpytlick authored Aug 5, 2024
2 parents 9fc05a6 + 0d5fa9a commit 39c5ecd
Show file tree
Hide file tree
Showing 167 changed files with 9,757 additions and 10,225 deletions.
26 changes: 20 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
pull_request:
branches:
- master
- MOODLE_41_STABLE
- MOODLE_42_STABLE
- MOODLE_43_STABLE
- MOODLE_44_STABLE

env:
php: 8.2
Expand All @@ -16,24 +18,36 @@ jobs:
strategy:
matrix:
include:
## Moodle 4.1+ with PHP 8.1
## Moodle 4.2+ with PHP 8.0
- os: ubuntu-22.04
php: 8.0
db: mysqli
moodle: MOODLE_402_STABLE
experimental: false
## Moodle 4.2+ with PHP 8.1
- os: ubuntu-22.04
php: 8.1
db: mysqli
moodle: MOODLE_401_STABLE
experimental: true
moodle: MOODLE_402_STABLE
experimental: false
## Moodle 4.2+ with PHP 8.2
- os: ubuntu-22.04
php: 8.2
db: mysqli
moodle: MOODLE_402_STABLE
experimental: true
experimental: false
## Moodle 4.3+ with PHP 8.2
- os: ubuntu-22.04
php: 8.2
db: mysqli
moodle: MOODLE_403_STABLE
experimental: true
experimental: false
## Moodle 4.4+ with PHP 8.2
- os: ubuntu-22.04
php: 8.2
db: mysqli
moodle: MOODLE_404_STABLE
experimental: false
# Future supported versions
## Moodle development version with PHP 8.2
- os: ubuntu-22.04
Expand Down
319 changes: 163 additions & 156 deletions README.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions amd/build/app/block/course/element.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/app/block/course/element.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 amd/build/app/block/course/factory.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/app/block/course/factory.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 amd/build/app/block/element.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions amd/build/app/block/element.min.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions amd/build/app/block/event_handler.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/app/block/event_handler.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 39c5ecd

Please sign in to comment.