We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792edea commit ccc7d7dCopy full SHA for ccc7d7d
1 file changed
.github/workflows/e2e-tests.yml
@@ -398,7 +398,7 @@ jobs:
398
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"
399
400
- name: "Install bashunit"
401
- run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.22.0"
+ run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
402
403
- name: "Test"
404
run: "${{ matrix.script }}"
@@ -547,7 +547,7 @@ jobs:
547
- uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # v4.0.0
548
549
550
551
552
553
run: ${{ matrix.script }}
0 commit comments