Skip to content

Commit

Permalink
feat: upgrade casbin dependency to 3.21.6 (#5)
Browse files Browse the repository at this point in the history
* feat: upgrade casbin dependency to 3.21.6

* fix: add phpunit 8.0

* fix: add phpunit 9.0

* ci: update nodejs to v4

---------

Co-authored-by: Jon <[email protected]>
  • Loading branch information
hsluoyz and leeqvip authored Apr 20, 2024
1 parent 9a26e4e commit d3c171a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
needs: [ test, upload-coverage ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '12'
node-version: 'lts/*'

- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release
run: npx semantic-release
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": ">=7.2",
"codeigniter4/framework": "^4",
"casbin/casbin": "^2.0",
"casbin/casbin": "^3.21.6",
"casbin/psr3-bridge": "^1.1"
},
"autoload": {
Expand All @@ -33,12 +33,12 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"php-coveralls/php-coveralls": "^2.1"
},
"autoload-dev": {
"psr-4": {
"Casbin\\CodeIgniter\\Tests\\": "tests/"
}
}
}
}

0 comments on commit d3c171a

Please sign in to comment.