File tree Expand file tree Collapse file tree 1 file changed +26
-8
lines changed Expand file tree Collapse file tree 1 file changed +26
-8
lines changed Original file line number Diff line number Diff line change 11on :
22  pull_request :
3+     paths-ignore :
4+       - ' docs/**' 
5+       - ' README.md' 
6+       - ' CHANGELOG.md' 
7+       - ' .gitignore' 
8+       - ' .gitattributes' 
9+       - ' infection.json.dist' 
10+       - ' phpunit.xml.dist' 
11+       - ' psalm.xml' 
312  push :
13+     branches : ['master'] 
14+     paths-ignore :
15+       - ' docs/**' 
16+       - ' README.md' 
17+       - ' CHANGELOG.md' 
18+       - ' .gitignore' 
19+       - ' .gitattributes' 
20+       - ' infection.json.dist' 
21+       - ' phpunit.xml.dist' 
22+       - ' psalm.xml' 
423
524name : backwards compatibility 
25+ 
626jobs :
727  roave_bc_check :
8-     name : Roave BC Check 
9-     runs-on : ubuntu-latest 
10-     steps :
11-       - uses : actions/checkout@master 
12-       - name : fetch tags 
13-         run : git fetch --depth=1 origin +refs/tags/*:refs/tags/* 
14-       - name : Roave BC Check 
15-         uses : docker://nyholm/roave-bc-check-ga 
28+     uses : yiisoft/actions/.github/workflows/bc.yml@master 
29+     with :
30+       os : >- 
31+         ['ubuntu-latest'] 
32+        php : >- 
33+         ['8.1'] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments