File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed
plugin/videojs/tests/behat Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [pull_request]
44
55jobs :
66 test :
7- runs-on : ubuntu-20 .04
7+ runs-on : ubuntu-24 .04
88
99 services :
1010 postgres :
Original file line number Diff line number Diff line change @@ -53,19 +53,19 @@ public function available_updates() {
5353 case 'pro ' :
5454 $ info = [
5555 'maturity ' => MATURITY_STABLE ,
56- 'release ' => '1.8.1 ' ,
57- 'version ' => 2024050701 ,
56+ 'release ' => '1.8.2 ' ,
57+ 'version ' => 2024050702 ,
5858 ];
5959 break ;
6060 case 'repository ' :
6161 $ info = [
6262 'maturity ' => MATURITY_STABLE ,
63- 'release ' => '1.8 ' ,
63+ 'release ' => '1.8.2 ' ,
6464 ];
6565 if ($ CFG ->branch < 403 ) {
66- $ info ['version ' ] = 2024050600 ;
66+ $ info ['version ' ] = 2024050601 ;
6767 } else {
68- $ info ['version ' ] = 2024050700 ;
68+ $ info ['version ' ] = 2024050701 ;
6969 }
7070 break ;
7171 }
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ Feature: Add file to Video Time
2222
2323 @javascript @_file_upload
2424 Scenario : Upload MP4
25- Given I am logged in as "teacher"
26- And I am on the "Video1" "videotime activity editing" page
27- And I upload "mod/videotime/plugin/videojs/tests/fixtures/test.mp4" file to "Media file" filemanager
28- When I press "Save and display"
29- Then I should not see "Editing"
25+ Given I am logged in as "teacher"
26+ And I am on the "Video1" "videotime activity editing" page
27+ And I upload "mod/videotime/plugin/videojs/tests/fixtures/test.mp4" file to "Media file" filemanager
28+ When I press "Save and display"
29+ Then I should not see "Editing"
3030
3131 @javascript @_file_upload
3232 Scenario : Upload WebM
33- Given I am logged in as "teacher"
34- And I am on the "Video1" "videotime activity editing" page
35- And I upload "mod/videotime/plugin/videojs/tests/fixtures/test.webm" file to "Media file" filemanager
36- When I press "Save and display"
37- Then I should not see "Editing"
33+ Given I am logged in as "teacher"
34+ And I am on the "Video1" "videotime activity editing" page
35+ And I upload "mod/videotime/plugin/videojs/tests/fixtures/test.webm" file to "Media file" filemanager
36+ When I press "Save and display"
37+ Then I should not see "Editing"
Original file line number Diff line number Diff line change 2525defined ('MOODLE_INTERNAL ' ) || die ();
2626
2727$ plugin ->component = 'mod_videotime ' ;
28- $ plugin ->release = '1.8.1 ' ;
29- $ plugin ->version = 2024050701 ;
28+ $ plugin ->release = '1.8.2 ' ;
29+ $ plugin ->version = 2024050702 ;
3030$ plugin ->requires = 2023042400 ;
3131$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments