Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Jan 16, 2025
1 parent 203953b commit 2c2dd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setup Dependencies
env:
COMPOSER_ROOT_VERSION: 1.x-dev
COMPOSER_ROOT_VERSION: 2.x-dev
run:
composer install -o

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup Dependencies
env:
COMPOSER_ROOT_VERSION: 1.x-dev
COMPOSER_ROOT_VERSION: 2.x-dev
run: composer install -o

- name: Coding Standards Check
Expand Down

0 comments on commit 2c2dd8e

Please sign in to comment.