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 cb242b2 commit 8cec7cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 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
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Ist das Haupt-Plugin nicht installiert wird die durch dieses Plugin implementier


## Kompatibilitä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 @@ -37,6 +33,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 |

## Installation
1. Dieses Plugin benötigt das Plugin `local_adler` als Abhängigkeit. Beide müssen zeitgleich installiert werden (= vor dem upgrade in die Moodle-Installation entpackt sein). Installation siehe `local_adler`
Expand Down

0 comments on commit 8cec7cd

Please sign in to comment.