We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530cc6e commit e12b7bfCopy full SHA for e12b7bf
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
php-version: '8.3'
18
19
- - uses: "ramsey/composer-install@v3"
+ - uses: "ramsey/composer-install@v4"
20
21
- name: PHP CS Fixer
22
run: ./vendor/bin/php-cs-fixer check
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
working-directory: "tools/rector"
37
@@ -55,7 +55,7 @@ jobs:
55
56
php-version: "${{ matrix.php-version }}"
57
58
59
60
composer-options: "--prefer-dist"
61
0 commit comments