Skip to content

Commit 8399c70

Browse files
committed
fix: add php setup
1 parent ab7fabc commit 8399c70

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/reusable-build-distributable.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- name: Verify Node version
2626
run: node --version
2727

28+
- name: Setup PHP
29+
uses: shivammathur/setup-php@v2
30+
with:
31+
php-version: '8.3'
32+
tools: composer
33+
2834
- name: Install dependencies
2935
run: npm ci --legacy-peer-deps
3036

0 commit comments

Comments
 (0)