Skip to content

Commit

Permalink
405
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Oct 7, 2024
1 parent f141947 commit 035bbbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.2']
moodle-branch: ['MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
moodle-branch: ['MOODLE_403_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE']
database: ['mariadb', 'pgsql']
include:
- php: '8.3'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: moodle-plugin-ci --ansi savepoints

- name: grunt
if: ${{ matrix.moodle-branch == 'MOODLE_402_STABLE'}}
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi grunt

- name: mustache
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

$plugin->component = 'availability_relativedate';
$plugin->version = 2024042000;
$plugin->requires = 2023042400;
$plugin->requires = 2023100900;
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v4.4.1';
$plugin->supported = [402, 404];
$plugin->release = 'v4.4.2';
$plugin->supported = [403, 405];

0 comments on commit 035bbbd

Please sign in to comment.