Skip to content

Commit

Permalink
Update GitHub actions ready for 4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davosmith committed Oct 2, 2023
1 parent 6a8155d commit f2cc369
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.1'
- php: '8.2'
moodle-branch: 'master'
database: 'pgsql'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
database: 'pgsql'
database: 'mariadb'
- php: '8.0'
moodle-branch: 'MOODLE_400_STABLE'
database: 'mariadb'
database: 'pgsql'
- php: '7.4'
moodle-branch: 'MOODLE_311_STABLE'
database: 'mariadb'
Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Students are presented with a simple chart showing how far they have progressed

==Changes==

* 2023-10-02 - 3.9.3.5 - update GitHub actions ready for 4.3 release
* 2023-04-14 - 3.9.3.4 - Minor M4.2 compatibility fixes
* 2023-03-11 - 3.9.3.3 - Fix 'open link in new window' inclusion in backup + restore
* 2022-11-19 - 3.9.3.2 - Minor M4.1 compatibility fixes
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023041400; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2023100200; // The current module version (Date: YYYYMMDDXX).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.9.3.4';
$plugin->release = '3.9.3.5';
$plugin->requires = 2020061500; // Moodle 3.9.0.
$plugin->component = 'mod_checklist';

0 comments on commit f2cc369

Please sign in to comment.