File tree Expand file tree Collapse file tree 8 files changed +3
-139
lines changed Expand file tree Collapse file tree 8 files changed +3
-139
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ "master" ]
88
9- permissions :
10- contents : read
11-
129jobs :
1310 test :
1411
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
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
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
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