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 eaff508 commit 6849fda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.0'
- php: '8.2'
moodle-branch: 'master'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
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 @@ -12,6 +12,7 @@ Other features include:

==Recent changes==

2023-10-02 - 3.4.2.0 - update GitHub actions ready for 4.3 release
2023-04-14 - 3.4.1.0 - Minor M4.2 compatibility fixes, small layout fix for tick boxes
2022-11-19 - Minor M4.1 compatibility fixes
2022-01-22 - Minor M4.0 compatibility fixes
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

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

$plugin->version = 2023041400;
$plugin->version = 2023100200;
$plugin->cron = 0;
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.1.0';
$plugin->release = '3.4.2.0';
$plugin->component = 'block_objectives';
$plugin->requires = 2017111300; // Moodle 3.4+.

0 comments on commit 6849fda

Please sign in to comment.