Skip to content

Commit 51615ef

Browse files
authored
Update publish.yml
1 parent 31d8c19 commit 51615ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2222
- uses: actions/checkout@v2
23+
24+
- name: Setup PHP
25+
uses: shivammathur/setup-php@v2
26+
with:
27+
php-version: 7.4
2328

2429
- name: Install dependencies
2530
run: composer install --prefer-dist --no-progress

0 commit comments

Comments
 (0)