Skip to content

Commit 2268c78

Browse files
committed
Fix CI config
1 parent e4aea26 commit 2268c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
uses: shivammathur/setup-php@v2
8080
with:
8181
php-version: '7.4'
82-
extension: mbstring, intl
82+
extensions: mbstring, intl
8383
coverage: none
84-
tools: cs2pr, phpstan:^0.12
84+
tools: cs2pr, phpstan:0.12
8585

8686
- name: Composer Install
8787
run: composer install

0 commit comments

Comments
 (0)