Skip to content

Commit

Permalink
official moodle 4.4 support (php 8.1, 8.2, 8.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed May 15, 2024
1 parent d4cab8c commit 8286cd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,19 @@ jobs:
fail-fast: false
matrix:
php: ['8.1', '8.2']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
database: [pgsql, mariadb]
experimental: [false]
exclude:
- php: '8.2'
moodle-branch: 'MOODLE_401_STABLE'
include:
# - php: '8.3'
# moodle-branch: 'MOODLE_404_STABLE'
# database: mariadb
# experimental: true
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: mariadb
experimental: true
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
database: pgsql
experimental: true

continue-on-error: ${{ matrix.experimental }}

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ Damit der mbz api endpunkt auch mit größeren Dateien funktioniert sind folgend
- `max_execution_time` auf mindestens 60 setzen
- `output_buffering` auf 8192 setzen
```
# todo: some variable might not be required anymore after upload_course rework
todo: some variable might not be required anymore after upload_course rework


## Kompabilität
Die minimal notwendige Moodle Version ist auf 4.1.0 gesetzt, daher wird die Installation auf älteren Versionen nicht funktionieren.
Prinzipiell sollte dieses Plugin auch auf älteren Versionen funktionieren, dies wird aber nicht getestet und spätestens bei der
Nutzung weiterer AdLer Plugins wird es zu Problemen kommen, da diese Features nutzen, die erst in neueren Moodle Versionen verfügbar sind.

Folgende Versionen werden unterstützt (mit mariadb und postresql getestet):

| Moodle Branch | PHP Version |
Expand All @@ -41,6 +37,9 @@ Folgende Versionen werden unterstützt (mit mariadb und postresql getestet):
| MOODLE_402_STABLE | 8.2 |
| MOODLE_403_STABLE | 8.1 |
| MOODLE_403_STABLE | 8.2 |
| MOODLE_404_STABLE | 8.1 |
| MOODLE_404_STABLE | 8.2 |
| MOODLE_404_STABLE | 8.3 |


## Deinstallation der Plugins
Expand Down

0 comments on commit 8286cd9

Please sign in to comment.