Skip to content

Commit 391e6a6

Browse files
committed
ci: remove composer cache
1 parent 253e6ce commit 391e6a6

File tree

8 files changed

+0
-133
lines changed

8 files changed

+0
-133
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/stale.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/phpunit.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ jobs:
4747
- name: Validate composer.json and composer.lock
4848
run: composer validate --strict
4949

50-
- name: Cache Composer packages
51-
id: composer-cache
52-
uses: actions/cache@v3
53-
with:
54-
path: vendor
55-
key: ${{ runner.os }}-php-${{ matrix.php }}-Laravel${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
56-
restore-keys: |
57-
${{ runner.os }}-php-${{ matrix.php }}-Laravel${{ matrix.laravel }}
58-
5950
- name: Install dependencies
6051
run: composer install --prefer-dist --no-progress
6152

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

FUNDING.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</p>
1515

1616
<div align="center">
17-
1817
<a href="https://github.com/php-casbin/laravel-admin/actions">
1918
<img src="https://github.com/php-casbin/laravel-admin/actions/workflows/phpunit.yml/badge.svg" alt="PHPUnit Status">
2019
</a>

0 commit comments

Comments
 (0)