Skip to content

Commit

Permalink
drop support for moodle 4.1,4.2 and 4.3, add support for moodle 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Oct 20, 2024
1 parent fe5fc9e commit a2768eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,9 @@ jobs:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
moodle-branch: ['MOODLE_404_STABLE', 'MOODLE_405_STABLE']
database: [pgsql, mariadb]
experimental: [false]
exclude:
- php: '8.2'
moodle-branch: 'MOODLE_401_STABLE'
- php: '8.3'
moodle-branch: 'MOODLE_401_STABLE'
- php: '8.3'
moodle-branch: 'MOODLE_402_STABLE'
- php: '8.3'
moodle-branch: 'MOODLE_403_STABLE'
include:
- php: '8.3'
moodle-branch: 'main'
Expand Down Expand Up @@ -147,7 +138,7 @@ jobs:
continue-on-error: true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.php == '8.1' && matrix.moodle-branch == 'MOODLE_401_STABLE' && matrix.database == 'mariadb' }}
if: ${{ matrix.php == '8.3' && matrix.moodle-branch == 'MOODLE_405_STABLE' && matrix.database == 'mariadb' }}
run: |
# "pending completion" coveralls issue also appeared directly using php-coveralls
moodle-plugin-ci coveralls-upload
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ Folgende Versionen werden unterstützt (mit mariadb und postresql getestet):

| Moodle Branch | PHP Version |
|-------------------------|-------------|
| MOODLE_401_STABLE (LTS) | 8.1 |
| MOODLE_402_STABLE | 8.1 |
| 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 |
| MOODLE_405_STABLE (LTS) | 8.1 |
| MOODLE_405_STABLE (LTS) | 8.2 |
| MOODLE_405_STABLE (LTS) | 8.3 |

## Development
Um die question bank für ein Adaptivitätsmodul anzuzeigen, den folgenden Code in `/lib.php` einfügen:
Expand Down

0 comments on commit a2768eb

Please sign in to comment.