Skip to content

Commit

Permalink
add php 8.2 as testcase and add support note for php 8.2 to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Jan 12, 2024
1 parent d3117a0 commit 2f587b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1']
php: ['8.1', '8.2']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE']
database: [pgsql, mariadb]
experimental: [false]
exclude:
- php: '8.2'
moodle-branch: 'MOODLE_401_STABLE'
# include:
# - php: '8.1'
# moodle-branch: 'MOODLE_403_STABLE'
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Folgende Versionen werden unterstützt (mit mariadb und postresql getestet):
|-------------------------|-------------|
| 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 |


## Deinstallation der Plugins
Expand Down

0 comments on commit 2f587b8

Please sign in to comment.