Skip to content

Commit

Permalink
Fix BC checker + improve psalm + remove config (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Feb 9, 2023
1 parent 35688ed commit 1013eca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/bc.yml
@@ -1,15 +1,14 @@
on:
pull_request:
push:
- pull_request
- push

name: backwards compatibility

jobs:
roave_bc_check:
name: Roave BC Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga
uses: yiisoft/actions/.github/workflows/bc.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.0']
3 changes: 0 additions & 3 deletions composer.json
Expand Up @@ -46,9 +46,6 @@
"extra": {
"config-plugin-options": {
"source-directory": "config"
},
"config-plugin": {
"common": "common.php"
}
},
"config": {
Expand Down
6 changes: 0 additions & 6 deletions config/common.php

This file was deleted.

2 changes: 2 additions & 0 deletions psalm.xml
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
<psalm
errorLevel="1"
findUnusedBaselineEntry="true"
findUnusedCode="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
Expand Down

0 comments on commit 1013eca

Please sign in to comment.