Merge pull request #87 from php-flasher/feat/php-8.2-support

add PHP 8.2 supports
This commit is contained in:
Younes Khoubza
2022-11-30 21:34:03 +01:00
committed by GitHub
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
matrix:
laravel: [ 9.*, 8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*, 5.5.*, 5.4.*, 5.3.*, 5.2.*, 5.1.*, 5.0.*, 4.2.*, 4.1.*, 4.0.* ]
include:
- { laravel: 9.*, testbench: 7.*, php: 8.0, phpunit: 9.5.* }
- { laravel: 9.*, testbench: 7.*, php: 8.2, phpunit: 9.5.* }
- { laravel: 8.*, testbench: 6.*, php: 7.3, phpunit: 9.3.* }
- { laravel: 7.*, testbench: 5.*, php: 7.3, phpunit: 8.4.* }
- { laravel: 6.*, testbench: 4.*, php: 7.2, phpunit: 8.3.* }