File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ jobs:
75
75
needs : [ test, upload-coverage ]
76
76
steps :
77
77
- uses : actions/checkout@v2
78
- - uses : actions/setup-node@v1
78
+ - uses : actions/setup-node@v4
79
79
with :
80
- node-version : ' 12 '
80
+ node-version : ' lts/* '
81
81
82
82
- name : Run semantic-release
83
83
env :
84
84
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
85
- run : npx semantic-release
85
+ run : npx semantic-release
Original file line number Diff line number Diff line change 24
24
"require" : {
25
25
"php" : " >=7.2" ,
26
26
"codeigniter4/framework" : " ^4" ,
27
- "casbin/casbin" : " ^2.0 " ,
27
+ "casbin/casbin" : " ^3.21.6 " ,
28
28
"casbin/psr3-bridge" : " ^1.1"
29
29
},
30
30
"autoload" : {
33
33
}
34
34
},
35
35
"require-dev" : {
36
- "phpunit/phpunit" : " ^7.0" ,
36
+ "phpunit/phpunit" : " ^7.0|^8.0|^9.0 " ,
37
37
"php-coveralls/php-coveralls" : " ^2.1"
38
38
},
39
39
"autoload-dev" : {
40
40
"psr-4" : {
41
41
"Casbin\\ CodeIgniter\\ Tests\\ " : " tests/"
42
42
}
43
43
}
44
- }
44
+ }
You can’t perform that action at this time.
0 commit comments