Skip to content

Commit

Permalink
0.6.68
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy committed Feb 4, 2025
1 parent d336473 commit 4f7eb74
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./ringier-code-style app:build ringier-code-style --build-version=${{ github.ref_name }}

- name: Upload the PHAR artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ringier-code-style.phar
path: builds/ringier-code-style
Expand Down
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<phive xmlns="https://phar.io/phive">
<phar name="composer-normalize" version="^2.28" installed="2.45.0" location="./tools/composer-normalize" copy="true"/>
<phar name="phpcbf" version="^3.7.1" installed="3.11.3" location="./tools/phpcbf" copy="true"/>
<phar name="php-cs-fixer" version="^3.9.4" installed="3.68.3" location="./tools/php-cs-fixer" copy="true"/>
<phar name="php-cs-fixer" version="^3.9.4" installed="3.68.5" location="./tools/php-cs-fixer" copy="true"/>
<phar name="laravel/pint" version="^1.6.0" installed="1.20.0" location="./tools/pint" copy="true"/>
</phive>
Binary file modified builds/ringier-code-style
Binary file not shown.
64 changes: 32 additions & 32 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f7eb74

Please sign in to comment.