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

Commit 9672ca1

Browse files
authored
Merge pull request Cakasim#10 from fjbender/develop
Reflect changes in upstream PHP workflow
2 parents d031ba8 + 6866c51 commit 9672ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: shivammathur/setup-php@master
1818
with:
1919
php-version: ${{ matrix.php }}
20-
extension-csv: mbstring, xdebug
20+
extensions: mbstring, xdebug
2121

2222
- name: Download PHP-CS-Fixer
2323
run: |

0 commit comments

Comments
 (0)