From 2fea18c27b42cbc9c3f8143e4abe45567b3557bd Mon Sep 17 00:00:00 2001 From: Ahmed Ghanem <124502255+ahmedghanem00@users.noreply.github.com> Date: Wed, 8 May 2024 19:47:48 +0300 Subject: [PATCH] Test Merge (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1e53f6..ef86429 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}