Skip to content

Commit 17036d8

Browse files
authored
Support clone with + test pipe operator (#269)
1 parent 4ebdee6 commit 17036d8

File tree

7 files changed

+172
-62
lines changed

7 files changed

+172
-62
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
-
2020
name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.4
23+
php-version: 8.5
2424
extensions: xdebug
2525
-
2626
name: Install dependencies

composer.lock

Lines changed: 72 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)