Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Apr 11, 2024
1 parent 02f717f commit 25bf029
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ jobs:
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phplint

- name: phpcpd
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpcpd

- name: phpmd
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpmd
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/duration_enrolcoursecompleted.feature
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Feature: Duration Enrolment on course completion
And I am on "Course 2" course homepage
And I navigate to course participants
Then I should see "2 participants found"
And I wait "2" seconds
And I wait "4" seconds
And I run the scheduled task "\enrol_coursecompleted\task\process_expirations"
And I am on "Course 2" course homepage
And I navigate to course participants
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

$plugin->requires = 2023042400;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [402, 403];
$plugin->release = 'v4.2.2';
$plugin->version = 2024032400;
$plugin->supported = [402, 404];
$plugin->release = 'v4.2.3';
$plugin->version = 2024041100;

0 comments on commit 25bf029

Please sign in to comment.