File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1010        strategy :
1111            fail-fast : false 
1212            matrix :
13-                 php : ['7.4', '8.0'] 
13+                 php : ['7.4', '8.0', '8.1' ] 
1414                laravel : ['6.0', '7.0', '8.0'] 
1515                include :
1616                    -   laravel : ' 8.0' 
1919                        testbench : ' 5.2' 
2020                    -   laravel : ' 6.0' 
2121                        testbench : ' 4.8' 
22+                 exclude :
23+                     - laravel : ' 6.0' 
24+                       php : ' 8.1' 
25+                     - laravel : ' 7.0' 
26+                       php : ' 8.1' 
2227
2328        name : Laravel ${{ matrix.laravel }} (PHP ${{ matrix.php }}) 
2429
Original file line number Diff line number Diff line change 11# CHANGELOG  
22
3+ ## Unreleased  
4+ ### Added  
5+ *  Ensure support for all PHP 8.x versions 
6+   ([ #110  ] ( https://github.com/kreait/laravel-firebase/pull/110 ) )
7+ 
38## 3.2.0 - 2021-1021  
49### Added  
510*  Support for Database Auth Variable Overrides
Original file line number Diff line number Diff line change 1111        }
1212    ],
1313    "require" : {
14-         "php" : " ^7.2|~8.0 .0"  ,
14+         "php" : " ^7.2|^8 .0"  ,
1515        "kreait/firebase-php" : " ^5.24"  ,
1616        "illuminate/contracts" : " ^6.0|^7.0|^8.0"  ,
1717        "illuminate/support" : " ^6.0|^7.0|^8.0" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments