Skip to content

Commit b3248d5

Browse files
committed
[TASK] Prepare for non-PHP-checks on CI
Following this change in Emogrifier and preparing for the addition of composer-normalize: MyIntervals/emogrifier#1363
1 parent cd5604f commit b3248d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jobs:
103103
fail-fast: false
104104
matrix:
105105
command:
106-
- fixer
107-
- stan
108-
- rector
106+
- php:fixer
107+
- php:stan
108+
- php:rector
109109
php-version:
110110
- '8.3'
111111

@@ -142,4 +142,4 @@ jobs:
142142
phive --no-progress install --trust-gpg-keys BBAB5DF0A0D6672989CF1869E82B2FB314E9906E
143143
144144
- name: Run Command
145-
run: composer ci:php:${{ matrix.command }}
145+
run: composer ci:${{ matrix.command }}

0 commit comments

Comments
 (0)