Skip to content

Commit f5ceb8b

Browse files
committed
Update CI.
1 parent 41ddbdc commit f5ceb8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
uses: shivammathur/setup-php@v2
3333
with:
3434
php-version: ${{ matrix.php-version }}
35+
tools: php-config
3536

3637
- name: PHP Config
37-
run: php-config --version && php-config --phpapi
38+
run: php-config --version && php-config --phpapi && php --version
3839

3940
- name: Checkout
4041
uses: actions/checkout@v2

0 commit comments

Comments
 (0)