We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e391a3 commit 39341acCopy full SHA for 39341ac
1 file changed
.github/workflows/e2e-tests.yml
@@ -363,7 +363,7 @@ jobs:
363
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"
364
365
- name: "Install bashunit"
366
- 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"
367
368
- name: "Test"
369
run: "${{ matrix.script }}"
@@ -512,7 +512,7 @@ jobs:
512
- uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # v4.0.0
513
514
515
516
517
518
run: ${{ matrix.script }}
0 commit comments