Skip to content

Commit ab7fabc

Browse files
committed
fix: add php setup
1 parent 7f5f389 commit ab7fabc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/reusable-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
node-version-file: '.nvmrc'
3030
cache: 'npm'
3131

32+
- name: Setup PHP
33+
uses: shivammathur/setup-php@v2
34+
with:
35+
php-version: '8.3'
36+
tools: composer
37+
3238
- name: Verify Node version
3339
run: node --version
3440

0 commit comments

Comments
 (0)