Skip to content

Commit c7a8ae2

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

File tree

8 files changed

+3
-139
lines changed

8 files changed

+3
-139
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 & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
pull_request:
77
branches: [ "master" ]
88

9-
permissions:
10-
contents: read
11-
129
jobs:
1310
test:
1411

@@ -35,7 +32,7 @@ jobs:
3532
name: Laravel${{ matrix.laravel }}-PHP${{ matrix.php }}
3633

3734
steps:
38-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3936

4037
- name: Setup PHP
4138
uses: shivammathur/setup-php@v2
@@ -47,15 +44,6 @@ jobs:
4744
- name: Validate composer.json and composer.lock
4845
run: composer validate --strict
4946

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-
5947
- name: Install dependencies
6048
run: composer install --prefer-dist --no-progress
6149

@@ -85,8 +73,8 @@ jobs:
8573
runs-on: ubuntu-latest
8674
needs: [ test, upload-coverage ]
8775
steps:
88-
- uses: actions/checkout@v3
89-
- uses: actions/setup-node@v3
76+
- uses: actions/checkout@v5
77+
- uses: actions/setup-node@v6
9078
with:
9179
node-version: 'lts/*'
9280

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