Skip to content

Commit

Permalink
new moodle-plugin-ci 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Nov 12, 2024
1 parent d9f22cc commit 9ad4cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ocs": ["16.6", "15.11"],
"main-db": "mariadb",
"moodle-php": {
"MOODLE_405_STABLE": ["8.1", "8.2"]
"MOODLE_405_STABLE": ["8.1", "8.2", "8.3"]
},
"moodle-plugin-ci": "4.4.5"
"moodle-plugin-ci": "4.5.5"
}
1 change: 1 addition & 0 deletions tests/replacement_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
final class replacement_test extends \advanced_testcase {

public function setUp(): void {
parent::setUp();
$this->resetAfterTest();
set_config('episodeurl_1', "http://localhost:8080/play/[EPISODEID]\nhttps://stable.opencast.de/play/[EPISODEID]",
'filter_opencast');
Expand Down

0 comments on commit 9ad4cd3

Please sign in to comment.