Skip to content

Commit

Permalink
fixed phive action
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmueller committed Mar 19, 2024
1 parent b7b2867 commit 54f8f23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,6 @@ jobs:
run: "composer ${{ matrix.composer-param }}"
continue-on-error: "${{ matrix.experimental }}"

- name: "Cache directory for rector/rector"
uses: "actions/cache@v4"
with:
path: ".build/rector"
key: "php-${{ matrix.php-version }}-rector-${{ github.ref_name }}"
restore-keys: |
php-${{ matrix.php-version }}-rector-main
php-${{ matrix.php-version }}-rector-
- name: "Create phive home directory"
run: "mkdir -p .build/phive"
shell: "bash"
Expand Down
6 changes: 6 additions & 0 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="humbug/box" version="^4.6.1" installed="4.6.1" location="./.phive/box" copy="false"/>
<phar name="composer-require-checker" version="4.10.0" installed="4.10.0"
location="./.phive/composer-require-checker" copy="false"/>
</phive>

0 comments on commit 54f8f23

Please sign in to comment.