File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212        uses : actions/checkout@v4 
1313
1414      - name : Set up Docker Buildx 
15-         uses : docker/setup-buildx-action@v3.6.1  
15+         uses : docker/setup-buildx-action@v3.10.0  
1616
1717      - name : Cache Docker layers 
18-         uses : actions/cache@v4.0 .2 
18+         uses : actions/cache@v4.2 .2 
1919        with :
2020          path : /tmp/.buildx-cache 
2121          key : ${{ runner.os }}-buildx-${{ github.sha }} 
2424
2525
2626        name : Build and push 
27-         uses : docker/build-push-action@v6.5 .0 
27+         uses : docker/build-push-action@v6.15 .0 
2828        with :
2929          context : . 
3030          load : true 
Original file line number Diff line number Diff line change 88    },
99    "prefer-stable" : true ,
1010    "require" : {
11-         "php" : " ~8.1.0 || ~8.2.0" 
11+         "php" : " ~8.1.0 || ~8.2.0 || ~8.4.0 " 
1212        "ext-json" : " *" 
1313        "ext-pcntl" : " *" 
1414        "chimera/bus-tactician" : " ^1.0.x-dev" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments