Skip to content

Commit

Permalink
Making changes to release asset yml, passing php version
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Sep 6, 2024
1 parent 8965e64 commit c97e339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.2+' # Ensures that PHP 8.2 is used
extensions: mbstring, xml, intl

- name: Prepare release artifact
Expand Down

0 comments on commit c97e339

Please sign in to comment.