Skip to content

Commit 09105d7

Browse files
committed
Fix simple liniting issues
1 parent 05aee29 commit 09105d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ jobs:
3434
uses: shivammathur/setup-php@v2
3535
with:
3636
php-version: ${{ matrix.php }}
37+
extensions: ${{ matrix.php != '8.1' && 'mbstring' || '' }}
3738
tools: composer
3839

40+
- name: Show PHP version
41+
run: php -v
42+
3943
- name: Validate composer.json and composer.lock
4044
run: composer validate --strict
4145

0 commit comments

Comments
 (0)