Skip to content

Commit bc0875b

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

File tree

8 files changed

+3
-136
lines changed

8 files changed

+3
-136
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: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Laravel${{ matrix.laravel }}-PHP${{ matrix.php }}
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939

4040
- name: Setup PHP
4141
uses: shivammathur/setup-php@v2
@@ -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

@@ -85,8 +76,8 @@ jobs:
8576
runs-on: ubuntu-latest
8677
needs: [ test, upload-coverage ]
8778
steps:
88-
- uses: actions/checkout@v3
89-
- uses: actions/setup-node@v3
79+
- uses: actions/checkout@v5
80+
- uses: actions/setup-node@v6
9081
with:
9182
node-version: 'lts/*'
9283

.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)