mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Remove bc checker
This commit is contained in:
@@ -48,13 +48,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
upcoming-releases: true
|
upcoming-releases: true
|
||||||
|
|
||||||
bc_check:
|
|
||||||
name: "BC Check"
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
steps:
|
|
||||||
- uses: "actions/checkout@v3"
|
|
||||||
- name: "fetch tags"
|
|
||||||
run: "git fetch --depth=1 origin +refs/tags/*:refs/tags/*"
|
|
||||||
- name: "BC Check"
|
|
||||||
uses: "docker://nyholm/roave-bc-check-ga"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user