Skip to content

Commit

Permalink
Removed support for 4.2 to own branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frogprincess committed Dec 24, 2024
1 parent 7788198 commit 9436131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
database: 'mariadb'
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
database: 'pgsql'

steps:
- name: Check out repository code
Expand Down Expand Up @@ -73,6 +70,7 @@ jobs:
env:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
MUSTACHE_EXCLUDE_NAMES: 'peergrade_start.mustache,peergrade_end.mustache'
# Uncomment this to run Behat tests using the Moodle App.
# MOODLE_APP: 'true'

Expand Down Expand Up @@ -101,10 +99,9 @@ jobs:
if: ${{ !cancelled() }}
run: moodle-plugin-ci savepoints

# Commenting out as we currently have to split templates into parts which fail this test
# - name: Mustache Lint
# if: ${{ !cancelled() }}
# run: moodle-plugin-ci mustache
- name: Mustache Lint
if: ${{ !cancelled() }}
run: moodle-plugin-ci mustache

- name: Grunt
if: ${{ !cancelled() }}
Expand Down
1 change: 1 addition & 0 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
$plugin->component = 'mod_peerwork';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.2.0';
$plugin->supported = [403, 405];
$plugin->dependencies = [
'peerworkcalculator_webpa' => 2020052200,
];

0 comments on commit 9436131

Please sign in to comment.