Skip to content

Commit

Permalink
Adjust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Nov 19, 2023
1 parent 6ecd6a8 commit b2aec14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
deps:
- highest
include:
- {php: '8.0', deps: lowest}
- {php: '8.0', deps: dingo}
- {php: '8.1', deps: lowest}
- {php: '8.1', deps: dingo}

name: Tests (PHP ${{ matrix.php }} - ${{ matrix.deps }})

Expand Down
2 changes: 1 addition & 1 deletion camel/Camel.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public static function prepareGroupedEndpointsForOutput(array $groupedEndpoints,
*
* @param array $order
*/
public static function getOrderListComparator(array $order): \Closure
protected static function getOrderListComparator(array $order): \Closure
{
return function ($a, $b) use ($order) {
$indexOfA = array_search($a, $order);
Expand Down

0 comments on commit b2aec14

Please sign in to comment.