Skip to content

Commit 0883a76

Browse files
committed
Copy PHIVE-managed binaries into the repository
1 parent 4a41fb2 commit 0883a76

File tree

6 files changed

+4
-10
lines changed

6 files changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
php-version: "8.3"
2929
coverage: none
30-
tools: phive
3130

3231
- name: Get Composer cache directory
3332
id: get-composer-cache
@@ -42,9 +41,7 @@ jobs:
4241
restore-keys: composer-cache-${{ runner.os }}-
4342

4443
- name: Install PHP dependencies
45-
run: |
46-
composer install --no-interaction --no-progress
47-
phive --no-progress install --trust-gpg-keys E82B2FB314E9906E,E8CC5BC780B581F2
44+
run: composer install --no-interaction --no-progress
4845

4946
- name: Check generated files
5047
run: scripts/generate.php --check

.phive/phars.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="lkrms/pretty-php" version="^0.4.48" installed="0.4.50" location="./tools/pretty-php" copy="false"/>
4-
<phar name="php-cs-fixer" version="^3.46.0" installed="3.48.0" location="./tools/php-cs-fixer" copy="false"/>
5-
<phar name="salient-labs/php-changelog" version="^1.0.0" installed="1.0.1" location="./tools/changelog" copy="false"/>
3+
<phar name="lkrms/pretty-php" version="^0.4.48" installed="0.4.51" location="./tools/pretty-php" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.46.0" installed="3.48.0" location="./tools/php-cs-fixer" copy="true"/>
5+
<phar name="salient-labs/php-changelog" version="^1.0.0" installed="1.0.1" location="./tools/changelog" copy="true"/>
66
</phive>

tools/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/changelog

826 KB
Binary file not shown.

tools/php-cs-fixer

2.68 MB
Binary file not shown.

tools/pretty-php

1.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)