Skip to content

Commit

Permalink
Remove "packages" from Rector CI run (#5846)
Browse files Browse the repository at this point in the history
* Remove "packages" from Rector CI run

* temporary pin class-leak to 0.2.11

* remove macos-latest
  • Loading branch information
samsonasik committed Apr 27, 2024
1 parent 9bcded0 commit de41aaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rector.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
paths:
- src tests rules-tests packages
- src tests rules-tests
- rules
- config utils

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
timeout-minutes: 3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -57,7 +57,7 @@
"symplify/phpstan-rules": "^12.4.5",
"symplify/rule-doc-generator": "^12.1.10",
"symplify/vendor-patches": "^11.2",
"tomasvotruba/class-leak": "^0.2",
"tomasvotruba/class-leak": "0.2.11",
"tomasvotruba/cognitive-complexity": "^0.2",
"tomasvotruba/unused-public": "^0.3",
"tracy/tracy": "^2.9"
Expand Down

0 comments on commit de41aaf

Please sign in to comment.