Skip to content

Commit 7b8de7b

Browse files
committed
fix: git hub checks
1 parent f0a27e5 commit 7b8de7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests-with-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
php-version: ${{ matrix.php-version }}
2020
coverage: xdebug
21-
tools: composer:v2
21+
tools: composer
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
- name: Install Dependencies
@@ -40,7 +40,7 @@ jobs:
4040
uses: shivammathur/setup-php@v2
4141
with:
4242
php-version: "8.4"
43-
tools: composer:v2
43+
tools: composer
4444
- name: Checkout
4545
uses: actions/checkout@v4
4646
- name: Import coverage report

0 commit comments

Comments
 (0)