Skip to content

Commit

Permalink
ci: bump phpstan & php-cs-fixer to latest symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 8, 2025
1 parent 6eb8b8b commit fd3229a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Setup dependencies
uses: ./.github/workflows/common/composer-install
with:
symfony-version: "7.0.*"
symfony-version: "7.2.*"
install-doctrine-annotations: false

- name: Run PHP-CS-Fixer
Expand All @@ -191,7 +191,7 @@ jobs:
- name: Setup dependencies
uses: ./.github/workflows/common/composer-install
with:
symfony-version: "7.0.*"
symfony-version: "7.2.*"
install-doctrine-annotations: false

- name: Run PHPStan
Expand Down

0 comments on commit fd3229a

Please sign in to comment.