Skip to content

Commit 9573b7d

Browse files
authored
Do not install prestissimo on CI (#401)
1 parent 42c6a22 commit 9573b7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
key: ${{ runner.os }}-composer-cache-${{ hashFiles('**/composer.json') }}
7373
restore-keys: ${{ runner.os }}-composer-cache-
7474

75-
- name: Install prestissimo
76-
run: composer global outdated --strict hirak/prestissimo || composer global require hirak/prestissimo
77-
7875
- name: Install dependencies
7976
run: composer update --no-progress --no-suggest ${{ matrix.composer_flags }}
8077

0 commit comments

Comments
 (0)