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

Commit 9d2348a

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v2
21+
22+
- name: Install PHP
23+
uses: shivammathur/setup-php@v2
24+
with:
25+
php-version: ${{ matrix.php }}
26+
coverage: none
2127

2228
- name: Install dependencies
2329
run: |

0 commit comments

Comments
 (0)