Skip to content

Commit

Permalink
Moodle 4.3 and PHP 8.2 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Nov 21, 2023
1 parent 2f5395a commit e2b8cbf
Show file tree
Hide file tree
Showing 38 changed files with 824 additions and 136 deletions.
48 changes: 27 additions & 21 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,42 +30,48 @@ jobs:
fail-fast: false
matrix:
include:
- php: 8.1
moodle-branch: master
- php: 7.4
moodle-branch: MOODLE_401_STABLE
database: mariadb
- php: 7.4
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 8.1
moodle-branch: master
- php: 8.0
moodle-branch: MOODLE_401_STABLE
database: mariadb
- php: 8.0
moodle-branch: master
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 8.0
moodle-branch: master
- php: 8.1
moodle-branch: MOODLE_401_STABLE
database: mariadb
- php: 8.1
moodle-branch: MOODLE_402_STABLE
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 8.1
moodle-branch: MOODLE_402_STABLE
database: mariadb
- php: 8.0
- php: 8.1
moodle-branch: MOODLE_402_STABLE
database: pgsql
- php: 8.0
moodle-branch: MOODLE_402_STABLE
- php: 8.1
moodle-branch: MOODLE_403_STABLE
database: mariadb
- php: 8.0
moodle-branch: MOODLE_401_STABLE
- php: 8.1
moodle-branch: MOODLE_403_STABLE
database: pgsql
- php: 8.0
moodle-branch: MOODLE_401_STABLE
- php: 8.2
moodle-branch: MOODLE_402_STABLE
database: mariadb
- php: 7.4
moodle-branch: MOODLE_401_STABLE
- php: 8.2
moodle-branch: MOODLE_402_STABLE
database: pgsql
- php: 7.4
moodle-branch: MOODLE_401_STABLE
- php: 8.2
moodle-branch: MOODLE_403_STABLE
database: mariadb
- php: 8.2
moodle-branch: MOODLE_403_STABLE
database: pgsql

steps:
- name: Check out repository code
Expand All @@ -83,7 +89,7 @@ jobs:

- name: Initialise moodle-plugin-ci
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
Expand Down Expand Up @@ -137,7 +143,7 @@ jobs:

- name: PHPUnit tests
# if: ${{ always() }}
if: ${{ matrix.php != 8.1 }}
if: ${{ matrix.php != 8.2 && matrix.php != 8.1 }}
run: moodle-plugin-ci phpunit --coverage-text

- name: Behat features
Expand Down
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# moodle-report_datawarehouse
![](https://github.com/lucaboesch/moodle-report_datawarehouse/actions/workflows/moodle-plugin-ci.yml/badge.svg)

My MSc Thesis project
[![Moodle Plugin CI](https://github.com/lucaboesch/moodle-report_datawarehouse/workflows/Moodle%20Plugin%20CI/badge.svg?branch=main)](https://github.com/lucaboesch/moodle-report_datawarehouse/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amain)
[![PHP Support](https://img.shields.io/badge/php-7.4_--_8.2-blue)](https://github.com/lucaboesch/moodle-report_datawarehouse/actions)
[![Moodle Support](https://img.shields.io/badge/Moodle-4.1--4.3-blue)](https://github.com/lucaboesch/moodle-report_datawarehouse/actions)
[![License GPL-3.0](https://img.shields.io/github/license/lucaboesch/moodle-report_datawarehouse?color=lightgrey)](https://github.com/lucaboesch/moodle-report_datawarehouse/blob/main/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/lucaboesch/moodle-report_datawarehouse)](https://github.com/lucaboesch/moodle-report_datawarehouseA/graphs/contributors)

My MSc Thesis project, see [How to design an extensible data warehouse – Set a foundation to transfer custom
log data out of a LMS to a data warehouse in order to empower researchers to perform learning
analysis](https://ma-showroom.dsl.digisus-lab.ch/lms-data_warehouse/).

## Installing via uploaded ZIP file ##

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

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/managebackends.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/managequeries.min.js

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/managequeries.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 e2b8cbf

Please sign in to comment.