Skip to content

Commit

Permalink
add Moodle 4.5 to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoAlexH committed Oct 10, 2024
1 parent 2eec5c7 commit 4a70027
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ jobs:
fail-fast: false
matrix:
include:
- php: 8.3
- moodle-branch: MOODLE_405_STABLE
- database: pgsql
- php: 8.3
- moodle-branch: MOODLE_405_STABLE
- database: mariadb
- php: 8.2
- moodle-branch: MOODLE_405_STABLE
- database: pgsql
- php: 8.2
- moodle-branch: MOODLE_405_STABLE
- database: mariadb
- php: 8.1
- moodle-branch: MOODLE_405_STABLE
- database: pgsql
- php: 8.1
- moodle-branch: MOODLE_405_STABLE
- database: mariadb
- php: 8.3
moodle-branch: MOODLE_404_STABLE
database: pgsql
Expand Down

0 comments on commit 4a70027

Please sign in to comment.