Skip to content

Commit

Permalink
Fix(Build): setup PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 3, 2024
1 parent 3008727 commit 478f481
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
ref: develop
fetch-depth: 0 #To Fetch All Tags and Branches

- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'

- name: Install Dependencies
uses: php-actions/composer@v6
with:
Expand Down

0 comments on commit 478f481

Please sign in to comment.