Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 22, 2021
1 parent ae03311 commit bbe489a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
tools: composer:snapshot

- name: Get composer cache directory
id: composercache
Expand Down
1 change: 1 addition & 0 deletions src/Composer/Installers/CakePHPInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function getLocations()
* @param string $matcher
* @param string $version
* @return bool
* @phpstan-param Constraint::STR_OP_* $matcher
*/
protected function matchesCakeVersion($matcher, $version)
{
Expand Down

0 comments on commit bbe489a

Please sign in to comment.