Skip to content

Commit

Permalink
Merge pull request #30 from RikudouSage/update-dev-dependencies
Browse files Browse the repository at this point in the history
update to newer dev dependencies
  • Loading branch information
RikudouSage committed Mar 25, 2021
2 parents ce0ca97 + 4b9a190 commit 931e11a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/bc_check.yaml
@@ -0,0 +1,18 @@
name: BC Check
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
bc_check:
name: Backwards Compatibility Check
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check for BC breaks
uses: docker://nyholm/roave-bc-check-ga
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -32,8 +32,8 @@
"phpunit/phpunit": "^9.5",
"php-coveralls/php-coveralls": "^2.1",
"endroid/qr-code": "^3.2",
"friendsofphp/php-cs-fixer": "^2.17",
"phpstan/phpstan": "^0.12.67"
"friendsofphp/php-cs-fixer": "^2.18",
"phpstan/phpstan": "^0.12.82"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 931e11a

Please sign in to comment.