Skip to content

Commit d8a248a

Browse files
committed
Update CI configuration
1 parent 3eea3ab commit d8a248a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: find ./src/ ./tests/ -type f -name '*.php' -print0 | xargs -0 -L 1 -P 4 -- php -l
2929

3030
- name: Install dependencies
31-
uses: "ramsey/composer-install@v1"
31+
uses: ramsey/composer-install@v3
3232

3333
- name: Check code styles
3434
run: composer cs

0 commit comments

Comments
 (0)