Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
run: "patch src/Analyser/Error.php < e2e/PHPStanErrorPatch.patch"

- name: "Install bashunit"
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"

Check notice

Code scanning / poutine

Unverified Script Execution Note

The pipeline executes a script or binary fetched from a remote
server without verifying its integrity.

- name: "Test"
run: "${{ matrix.script }}"
Expand Down Expand Up @@ -547,7 +547,7 @@
- uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # v4.0.0

- name: "Install bashunit"
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"

Check notice

Code scanning / poutine

Unverified Script Execution Note

The pipeline executes a script or binary fetched from a remote
server without verifying its integrity.

- name: "Test"
run: ${{ matrix.script }}
Loading