Skip to content

Commit 784e6cd

Browse files
committed
ready for release candidate
1 parent dc4d226 commit 784e6cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"moodle-plugin-ci": "4.5.7",
23
"main-moodle": "MOODLE_500_STABLE",
34
"main-php": "8.3",
45
"main-db": "pgsql",
@@ -7,7 +8,7 @@
78
"php": ["8.0", "8.1"]
89
},
910
"MOODLE_404_STABLE": {
10-
"db": ["mariadb"]
11+
"php": ["8.1", "8.2", "8.3"]
1112
},
1213
"MOODLE_405_STABLE": {
1314
"php": ["8.1", "8.2", "8.3"],
@@ -17,6 +18,5 @@
1718
"php": ["8.2", "8.3", "8.4"],
1819
"db": ["pgsql", "mariadb", "mysqli"]
1920
}
20-
},
21-
"moodle-plugin-ci": "4.5.7"
21+
}
2222
}

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
defined('MOODLE_INTERNAL') || die();
2626
$plugin->component = 'block_townsquare';
2727
$plugin->release = '4.5.0-rc2';
28-
$plugin->version = 2025031100;
28+
$plugin->version = 2025062400;
2929
$plugin->requires = 2022041900;
3030
$plugin->maturity = MATURITY_RC;

0 commit comments

Comments
 (0)