File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : build
1
+ name : PHPUnit
2
2
3
3
on :
4
4
push :
29
29
30
30
steps :
31
31
- name : Checkout code
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
34
34
- name : Setup PHP
35
35
uses : shivammathur/setup-php@v2
72
72
runs-on : ubuntu-latest
73
73
needs : [ test, upload-coverage ]
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v3
76
76
- uses : actions/setup-node@v4
77
77
with :
78
78
node-version : ' lts/*'
Original file line number Diff line number Diff line change 7
7
</p >
8
8
9
9
<p align =" center " >
10
- <a href="https://travis-ci.org /php-casbin/codeigniter-permission">
11
- <img src="https://travis-ci.org /php-casbin/codeigniter-permission. svg?branch=master " alt="Build Status">
10
+ <a href="https://github.com /php-casbin/codeigniter-permission/actions/workflows/phpunit.yml ">
11
+ <img src="https://github.com /php-casbin/codeigniter-permission/actions/workflows/phpunit.yml/badge. svg" alt="Build Status">
12
12
</a>
13
13
<a href="https://coveralls.io/github/php-casbin/codeigniter-permission">
14
14
<img src="https://coveralls.io/repos/github/php-casbin/codeigniter-permission/badge.svg" alt="Coverage Status">
You can’t perform that action at this time.
0 commit comments