Skip to content
Snippets Groups Projects
Commit 3c746517 authored by Justus Dieckmann's avatar Justus Dieckmann
Browse files

Bump version

parent 28ba40a8
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ jobs: ...@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php: ['8.2'] php: ['8.2']
moodle-branch: ['main'] moodle-branch: ['MOODLE_404_STABLE']
database: ['pgsql'] database: ['pgsql']
steps: steps:
...@@ -88,11 +88,11 @@ jobs: ...@@ -88,11 +88,11 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
php: ['8.0', '8.1', '8.2'] php: ['8.0', '8.1', '8.2']
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'main'] moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_402_STABLE', 'MOODLE_403_STABLE', 'MOODLE_404_STABLE']
database: ['mariadb', 'pgsql'] database: ['mariadb', 'pgsql']
exclude: exclude:
- php: '8.0' - php: '8.0'
moodle-branch: 'main' moodle-branch: 'MOODLE_404_STABLE'
- php: '8.2' - php: '8.2'
moodle-branch: 'MOODLE_401_STABLE' moodle-branch: 'MOODLE_401_STABLE'
include: include:
......
...@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die; ...@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die;
$plugin->maturity = MATURITY_BETA; $plugin->maturity = MATURITY_BETA;
$plugin->version = 2024042300; $plugin->version = 2024042300;
$plugin->component = 'tool_lifecycle'; $plugin->component = 'tool_lifecycle';
$plugin->requires = 2020061500; // Requires Moodle 3.9+. $plugin->requires = 2022112800; // Requires Moodle 4.1+.
$plugin->release = 'v4.2-r1'; $plugin->release = 'v4.4-r1';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment