Skip to content

Commit

Permalink
Test Merge (#4)
Browse files Browse the repository at this point in the history
* a Little thing πŸ˜…

* Applying PHP-CS-Fixer

* Update CI workflow + Adding new Release workflow to automate creating releases based on tags

* Add PHPStan config file

* Stop ignoring developer/machine specific folders

Using the global .gitignore instead for ignoring such files & folders

* Update README.md

* Raising PHP support baseline to 8.2

* Seems that `shivammathur/setup-php` does not support enabling imagick extension on windows platforms

* Small-Fix: Uppercasing directory name

* Replace Annotations with Attributes in Unit Tests

* Fix Style typo

* Fix typo in `release` workflow
  • Loading branch information
ahmedghanem00 authored May 8, 2024
1 parent 39b8c17 commit 2fea18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.RELEASE_TAG }}
name: Release v${{ env.RELEASE_TAG }}
name: v${{ env.RELEASE_TAG }}

0 comments on commit 2fea18c

Please sign in to comment.