File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - LARAVEL=^6.0 TESTBENCH=4.7.* PHPUNIT=8.4.* SENTRY=^2.3
2222 - LARAVEL=^7.0 TESTBENCH=5.1.* PHPUNIT=8.4.* SENTRY=^2.3
2323
24- # We add one more test using the bleading edge of the sentry/sentry package
25- - LARAVEL=^7.0 TESTBENCH=5.1.* PHPUNIT=8.4.* SENTRY=dev-develop@dev COMPOSER_STABILITY=dev
26-
27- # We add one more test using the next version of Laravel
24+ # We add one more test using the next version of Laravel which only support PHP ^7.3 (Laravel requirement)
2825 - LARAVEL=8.x-dev@dev TESTBENCH=6.0.x-dev@dev PHPUNIT=8.4.* SENTRY=^2.3 COMPOSER_STABILITY=dev
2926
3027matrix :
@@ -36,6 +33,9 @@ matrix:
3633 env : LARAVEL=8.x-dev@dev TESTBENCH=6.0.x-dev@dev PHPUNIT=8.4.* SENTRY=^2.3 COMPOSER_STABILITY=dev
3734 - php : 7.4
3835 env : LARAVEL=8.x-dev@dev TESTBENCH=6.0.x-dev@dev PHPUNIT=8.4.* SENTRY=^2.3 COMPOSER_STABILITY=dev
36+ exclude :
37+ - php : 7.2
38+ env : LARAVEL=8.x-dev@dev TESTBENCH=6.0.x-dev@dev PHPUNIT=8.4.* SENTRY=^2.3 COMPOSER_STABILITY=dev
3939
4040cache :
4141 directories :
You can’t perform that action at this time.
0 commit comments