File tree Expand file tree Collapse file tree 8 files changed +3
-136
lines changed Expand file tree Collapse file tree 8 files changed +3
-136
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
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
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
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments