Skip to content

Commit c78240b

Browse files
authored
Merge pull request #8 from php-casbin/develop
Merge branch 'develop'
2 parents 41fe936 + 6b30efc commit c78240b

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,17 @@ jobs:
8787
laravel: 7.*
8888
phpunit: ~9.0
8989

90+
# Laravel 8.x
91+
- php: 7.3
92+
laravel: 8.*
93+
phpunit: ~9.0
94+
- php: 7.4
95+
laravel: 8.*
96+
phpunit: ~9.0
97+
- php: 8.0
98+
laravel: 8.*
99+
phpunit: ~9.0
100+
90101
name: Laravel${{ matrix.laravel }}-PHP${{ matrix.php }}
91102

92103
steps:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"license": "Apache-2.0",
2222
"require": {
2323
"php": ">=7.1.0",
24-
"laravel/framework": "~5.5|~6.0|~7.0",
25-
"casbin/casbin": "~2.0",
24+
"laravel/framework": "~5.5|~6.0|~7.0|~8.0",
25+
"casbin/casbin": "~3.1",
2626
"casbin/psr3-bridge": "^1.1"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "~7.0|~8.0|~9.0",
30-
"php-coveralls/php-coveralls": "^2.1",
30+
"php-coveralls/php-coveralls": "^2.4",
3131
"mockery/mockery": "^1.0",
32-
"laravel/laravel": "~5.5|~6.0|~7.0"
32+
"laravel/laravel": "~5.5|~6.0|~7.0|~8.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)