mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Remove bc checker
This commit is contained in:
@@ -48,13 +48,3 @@ jobs:
|
||||
with:
|
||||
composer-root-version: "5.x-dev"
|
||||
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