Skip to content

Commit 79a1f3d

Browse files
author
Andrey Helldar
committed
Updated GItHub Actions
1 parent 1e53a2a commit 79a1f3d

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, bcmath
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, bcmath
2525
coverage: none
2626

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

0 commit comments

Comments
 (0)