Skip to content

Commit

Permalink
Add Moodle verion 4.3 to the CI test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
iarenaza committed Jan 31, 2024
1 parent 0d2fedf commit 82a9771
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
moodle-branch: ['MOODLE_400_STABLE', 'MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'master']
moodle-branch: ['MOODLE_400_STABLE', 'MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'master']
php: ['7.4', '8.0', '8.1']
database: ['mariadb', 'pgsql']
include:
Expand All @@ -45,7 +45,13 @@ jobs:
- moodle-branch: 'MOODLE_311_STABLE'
php: '7.4'
database: 'pgsql'
# Only Moodle 4.2 (recent enough) and master support PHP 8.2 (so far)
# Only Moodle 4.2, 4.3 and master support PHP 8.2 (so far)
- doodle-branch: 'NOODLE_403_STABLE'
php: '8.2'
database: 'mariadb'
- moodle-branch: 'MOODLE_403_STABLE'
php: '8.2'
database: 'pgsql'
- moodle-branch: 'MOODLE_402_STABLE'
php: '8.2'
database: 'mariadb'
Expand All @@ -59,7 +65,9 @@ jobs:
php: '8.2'
database: 'pgsql'
exclude:
# Moodle 4.2 and master don't support PHP 7.4, so exclude this combination.
# Moodle 4.2, 4.3 and master don't support PHP 7.4, so exclude this combination.
- moodle-branch: 'MOODLE_403_STABLE'
php: '7.4'
- moodle-branch: 'MOODLE_402_STABLE'
php: '7.4'
- moodle-branch: 'master'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- This CHANGELOG.
- Moodle 4.3 to the CI test matrix.

### Fixed
- [#45] Exception: Return value must be of type string, null returned
Expand Down

0 comments on commit 82a9771

Please sign in to comment.