Skip to content

Commit

Permalink
Merge pull request #74 from catalyst/71-reorder-test-fix-regression
Browse files Browse the repository at this point in the history
fix: highest version setting, since the test matrix order was flipped
  • Loading branch information
dmitriim authored Aug 4, 2022
2 parents 80ceb5f + 00371fc commit 5443c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/parse-version/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ function output(string $name, string $value) {

// Output the highest available moodle branch in this set, which will be used to
// determine whether or not various tests/tasks will run, such as grunt.
output('highest_moodle_branch', end($preparedMatrix)['moodle-branch'] ?? '');
output('highest_moodle_branch', reset($preparedMatrix)['moodle-branch'] ?? '');

0 comments on commit 5443c6c

Please sign in to comment.