Skip to content

Commit

Permalink
chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.61.1 to 3.62.0 (
Browse files Browse the repository at this point in the history
…#212)

* chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.61.1 to 3.62.0

Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.61.1 to 3.62.0.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.61.1...v3.62.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* use docker compose

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Rancoud <[email protected]>
  • Loading branch information
dependabot[bot] and rancoud authored Aug 8, 2024
1 parent 406bd8f commit 0c4eb69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
uses: actions/checkout@v4

- name: Pull
run: docker-compose pull --quiet
run: docker compose pull --quiet

- name: Build
run: docker-compose build --build-arg PHPVERSION=${{ matrix.php-version }}
run: docker compose build --build-arg PHPVERSION=${{ matrix.php-version }}

- name: Test
run: docker-compose run -e "PHP_CS_FIXER_IGNORE_ENV=True" lib composer ci
run: docker compose run -e "PHP_CS_FIXER_IGNORE_ENV=True" lib composer ci

- name: Upload coverage
uses: codecov/codecov-action@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ composer require predis/predis
```

## How to Dev
`docker-compose build && docker-compose run lib composer ci` for launching tests
`docker compose build && docker compose run lib composer ci` for launching tests
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c4eb69

Please sign in to comment.