Skip to content

Commit 478f481

Browse files
committed
Fix(Build): setup PHP 8.2
1 parent 3008727 commit 478f481

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-new-version.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
ref: develop
2121
fetch-depth: 0 #To Fetch All Tags and Branches
2222

23+
- name: Setup PHP with PECL extension
24+
uses: shivammathur/setup-php@v2
25+
with:
26+
php-version: '8.2'
27+
2328
- name: Install Dependencies
2429
uses: php-actions/composer@v6
2530
with:

0 commit comments

Comments
 (0)