Skip to content

Commit

Permalink
Fix code transform on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 27, 2022
1 parent 1d73a89 commit 5f7d5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Expand Up @@ -62,6 +62,7 @@ jobs:
coverage: "none"
php-version: 8.1
extensions: mbstring, intl
ini-values: memory_limit=1G

- name: "Rector downgrade cache key"
id: rector-cache-key
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -63,6 +63,7 @@ jobs:
coverage: "none"
php-version: 8.1
extensions: mbstring, intl
ini-values: memory_limit=1G

- name: "Rector downgrade cache key"
id: rector-cache-key
Expand Down

0 comments on commit 5f7d5fd

Please sign in to comment.