We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177a832 commit e1a06beCopy full SHA for e1a06be
.github/workflows/e2e-tests.yml
@@ -383,7 +383,6 @@ jobs:
383
../../bin/phpstan analyze test.php --level=0
384
os: "ubuntu-latest"
385
- script: |
386
- brew install gpatch
387
cd e2e/bug-12972
388
../../bin/phpstan analyze
389
os: "macos-latest"
@@ -392,6 +391,10 @@ jobs:
392
391
- name: "Checkout"
393
uses: actions/checkout@v4
394
+ - name: "Install gpatch on macOS"
395
+ if: runner.os == 'macOS'
396
+ run: "brew install gpatch"
397
+
398
- name: "Install PHP"
399
uses: "shivammathur/setup-php@v2"
400
with:
0 commit comments