Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-tool_lifecycle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-tool_lifecycle
Commits
3c746517
Commit
3c746517
authored
1 year ago
by
Justus Dieckmann
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
28ba40a8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/moodle-ci.yml
+3
-3
3 additions, 3 deletions
.github/workflows/moodle-ci.yml
version.php
+2
-2
2 additions, 2 deletions
version.php
with
5 additions
and
5 deletions
.github/workflows/moodle-ci.yml
+
3
−
3
View file @
3c746517
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
2
View file @
3c746517
...
@@ -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
=
202
00615
00
;
// Requires Moodle
3.9
+.
$plugin
->
requires
=
202
21128
00
;
// Requires Moodle
4.1
+.
$plugin
->
release
=
'v4.
2
-r1'
;
$plugin
->
release
=
'v4.
4
-r1'
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment