Skip to content

Commit 2875423

Browse files
author
Andrey Helldar
committed
Updated GitHub Actions
1 parent 128992c commit 2875423

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
2323
coverage: xdebug
2424

25-
- name: Composer self update
26-
run: composer self-update
27-
2825
- name: Install dependencies
2926
run: composer update --prefer-stable --prefer-dist --no-progress --no-interaction
3027

.github/workflows/phpunit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
2525
coverage: none
2626

27-
- name: Composer self update
28-
run: composer self-update
29-
3027
- name: Install dependencies
3128
run: |
3229
composer require laravel/framework:^${{ matrix.laravel }}

0 commit comments

Comments
 (0)