Skip to content

Commit

Permalink
SV-34 Add ci for Moodle 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
odeialba committed Nov 10, 2023
1 parent 10c2159 commit 0d03b30
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
- php: '8.0'
moodle-branch: 'MOODLE_402_STABLE'
database: mariadb
- php: '8.0'
moodle-branch: 'MOODLE_403_STABLE'
database: pgsql
- php: '8.0'
moodle-branch: 'MOODLE_403_STABLE'
database: mariadb
- php: '8.1'
moodle-branch: 'MOODLE_401_STABLE'
database: pgsql
Expand All @@ -73,6 +79,12 @@ jobs:
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: mariadb
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: pgsql
- php: '8.1'
moodle-branch: 'MOODLE_403_STABLE'
database: mariadb

steps:
- name: Check out repository code
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 1.0.7 - 2023-11-10
### Added
- Added ci changes for Moodle 4.3.

## 1.0.6 - 2023-10-27
### Added
Expand Down

0 comments on commit 0d03b30

Please sign in to comment.