Skip to content

Commit

Permalink
Removed support for 4.2 to own branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frogprincess committed Dec 24, 2024
1 parent 9436131 commit 28ef96d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,9 @@ jobs:
fail-fast: false
matrix:
include:
- php: '8.3'
moodle-branch: 'MOODLE_405_STABLE'
database: 'mariadb'
- php: '8.3'
moodle-branch: 'MOODLE_404_STABLE'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'

steps:
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/activitycompletion.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Feature: Assignment completion
And I navigate to "Settings" in current page administration
And I click on "Expand all" "link" in the "region-main" "region"
And I set the following fields to these values:
| Add requirements | 2 |
| Completion tracking | 2 |
| Grade peers in group | 1 |
And I press "Save and return to course"
And I log out
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$plugin->component = 'mod_peerwork';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.2.0';
$plugin->supported = [403, 405];
$plugin->supported = [402];
$plugin->dependencies = [
'peerworkcalculator_webpa' => 2020052200,
];

0 comments on commit 28ef96d

Please sign in to comment.