Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 4661b67

Browse files
Adding 'setup-php' plugin
Fixing broken php version pointer
1 parent 9d2348a commit 4661b67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sonar.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17+
- name: Install PHP
18+
uses: shivammathur/setup-php@v2
19+
with:
20+
php-version: 7.4
21+
coverage: xdebug
1722
- name: Setup java
1823
uses: actions/setup-java@v1
1924
with:

0 commit comments

Comments
 (0)